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 15c3a7c commit 72e4db0Copy full SHA for 72e4db0
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.48"
0 commit comments