We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7ee9e commit aa7ee59Copy full SHA for aa7ee59
build.sbt
@@ -580,7 +580,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
580
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.778" % IntegrationTest,
581
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
582
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
583
- "software.amazon.awssdk" % "s3" % "2.29.9"
+ "software.amazon.awssdk" % "s3" % "2.29.20"
584
585
),
586
Defaults.itSettings,
0 commit comments