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 9e24d73 + 8f29c0f commit 3b17d0fCopy full SHA for 3b17d0f
build.sbt
@@ -530,7 +530,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
530
scalaMock,
531
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
532
munitDep,
533
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.756" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.761" % IntegrationTest,
534
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
535
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
536
"software.amazon.awssdk" % "s3" % "2.26.20"
0 commit comments