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 a5998a0 + 7e05877 commit 15e7243Copy full SHA for 15e7243
build.sbt
@@ -532,7 +532,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
532
scalaMock,
533
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
534
munitDep,
535
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.746" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.751" % IntegrationTest,
536
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
537
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
538
"software.amazon.awssdk" % "s3" % "2.26.10"
0 commit comments