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 9d6e0b4 + 5645600 commit 8035385Copy full SHA for 8035385
build.sbt
@@ -573,7 +573,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
573
scalaMock,
574
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
575
munitDep,
576
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.773" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.777" % IntegrationTest,
577
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
578
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
579
"software.amazon.awssdk" % "s3" % "2.28.28"
0 commit comments