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.
2 parents bb433e5 + fcb8904 commit 447a90aCopy full SHA for 447a90a
build.sbt
@@ -527,7 +527,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
527
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.724" % IntegrationTest,
528
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
529
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
530
- "software.amazon.awssdk" % "s3" % "2.25.54"
+ "software.amazon.awssdk" % "s3" % "2.25.60"
531
),
532
Defaults.itSettings,
533
IntegrationTest / fork := true
0 commit comments