We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed0e243 + e80ca61 commit 994c3b1Copy full SHA for 994c3b1
build.sbt
@@ -38,7 +38,7 @@ def awsS3WithSdkVersion(version: Int)=
38
39
val awsSdkForVersion = Map(
40
// 1 -> "com.amazonaws" % "aws-java-sdk-s3" % "1.12.487",
41
- 2 -> "software.amazon.awssdk" % "s3" % "2.40.17"
+ 2 -> "software.amazon.awssdk" % "s3" % "2.41.24"
42
)
43
44
lazy val `aws-s3-base` =
0 commit comments