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 53f1572 + 425d566 commit 1fda1a5Copy full SHA for 1fda1a5
build.sbt
@@ -524,7 +524,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
524
scalaMock,
525
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
526
munitDep,
527
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.730" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.734" % 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.64"
0 commit comments