We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4a32f commit 7fb127bCopy full SHA for 7fb127b
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.32.33"
+ 2 -> "software.amazon.awssdk" % "s3" % "2.35.4"
41
)
42
43
lazy val `aws-s3-base` =
0 commit comments