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 4744b23 + 56831a7 commit 0ea4aaeCopy full SHA for 0ea4aae
build.sbt
@@ -545,7 +545,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
545
scalaMock,
546
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
547
munitDep,
548
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.770" % IntegrationTest,
549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
550
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
551
"software.amazon.awssdk" % "s3" % "2.27.10"
0 commit comments