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 52232cd commit 86c8b8dCopy full SHA for 86c8b8d
build.sbt
@@ -467,7 +467,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
467
"software.amazon.awssdk" % "s3" % "2.25.9"
468
),
469
libraryDependencies ++= Seq(
470
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.679" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.685" % IntegrationTest,
471
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
472
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest
473
0 commit comments