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 186d2ec + 46deaa8 commit 37c438bCopy full SHA for 37c438b
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.751" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.756" % 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.15"
0 commit comments