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 1f2217a + 7f2ecc6 commit c2400deCopy full SHA for c2400de
build.sbt
@@ -511,7 +511,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
511
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.691" % IntegrationTest,
512
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
513
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
514
- "software.amazon.awssdk" % "s3" % "2.25.15"
+ "software.amazon.awssdk" % "s3" % "2.25.21"
515
),
516
Defaults.itSettings,
517
IntegrationTest / fork := true
0 commit comments