Skip to content

Commit

Permalink
Update s3 to 2.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] authored and rtyley committed Nov 7, 2024
1 parent 8fba9d6 commit 0ffde07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def awsS3WithSdkVersion(version: Int)=

val awsSdkForVersion = Map(
// 1 -> "com.amazonaws" % "aws-java-sdk-s3" % "1.12.487",
2 -> "software.amazon.awssdk" % "s3" % "2.26.31"
2 -> "software.amazon.awssdk" % "s3" % "2.29.7"
)

lazy val `aws-s3-base` =
Expand Down

0 comments on commit 0ffde07

Please sign in to comment.