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 a114126 + 55d3cee commit edd8f27Copy full SHA for edd8f27
build.sbt
@@ -539,7 +539,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
539
scalaMock,
540
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
541
munitDep,
542
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.765" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
543
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
544
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
545
"software.amazon.awssdk" % "s3" % "2.26.30"
0 commit comments