Skip to content

Commit

Permalink
update awsS3Version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohehuhu committed Nov 27, 2024
1 parent 60de165 commit 40463ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function mvn_build_classpath() {
function sbt_build_client_classpath() {
PATTERN="$SBT_PROJECT / Runtime / managedClasspath"
deps=$(
$SBT -P$MODULE "clean; export Runtime/managedClasspath" | \
$SBT -P$MODULE,$PROFILE "clean; export Runtime/managedClasspath" | \
awk -v pat="$PATTERN" '$0 ~ pat { found=1 } found { print }' | \
awk 'NR==2' | \
tr ":" "\n"
Expand Down
2 changes: 1 addition & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Dependencies {
val findbugsVersion = "1.3.9"
val guavaVersion = "33.1.0-jre"
val hadoopVersion = "3.3.6"
val awsS3Version = "1.12.367"
val awsS3Version = "1.12.532"
val junitInterfaceVersion = "0.13.3"
// don't forget update `junitInterfaceVersion` when we upgrade junit
val junitVersion = "4.13.2"
Expand Down

0 comments on commit 40463ca

Please # to comment.