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 bcf7294 + cf8d63f commit 2cc15eeCopy full SHA for 2cc15ee
build.sbt
@@ -593,7 +593,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
593
scalaMock,
594
"com.lihaoyi" %% "utest" % "0.8.9" % "test",
595
munitDep,
596
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.787" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.788" % IntegrationTest,
597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
598
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
599
"software.amazon.awssdk" % "s3" % "2.31.78"
0 commit comments