We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3690989 + 604c23c commit c820882Copy full SHA for c820882
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.29.52"
+ 2 -> "software.amazon.awssdk" % "s3" % "2.30.17"
42
)
43
44
lazy val `aws-s3-base` =
0 commit comments