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 e95ba39 + c7f0dcd commit 1323cc1Copy full SHA for 1323cc1
build.sbt
@@ -577,7 +577,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
577
scalaMock,
578
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
579
munitDep,
580
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.777" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.778" % IntegrationTest,
581
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
582
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
583
"software.amazon.awssdk" % "s3" % "2.29.9"
0 commit comments