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 9952d16 + 55d8354 commit 6800ed7Copy full SHA for 6800ed7
build.sbt
@@ -592,7 +592,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
592
scalaMock,
593
"com.lihaoyi" %% "utest" % "0.8.5" % "test",
594
munitDep,
595
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.785" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.787" % IntegrationTest,
596
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
597
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
598
"software.amazon.awssdk" % "s3" % "2.31.63"
0 commit comments