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 54dfe8a + 72e4db0 commit 056af31Copy full SHA for 056af31
build.sbt
@@ -517,7 +517,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
517
scalaMock,
518
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
519
munitDep,
520
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.718" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.724" % IntegrationTest,
521
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
522
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
523
"software.amazon.awssdk" % "s3" % "2.25.54"
0 commit comments