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