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 1b617cf + 97c3143 commit c3e8301Copy full SHA for c3e8301
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.783" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.785" % 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.58"
0 commit comments