We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07d6053 + 0459282 commit 12e1606Copy full SHA for 12e1606
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.47"
+ 2 -> "software.amazon.awssdk" % "s3" % "2.29.52"
42
)
43
44
lazy val `aws-s3-base` =
0 commit comments