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 9893599 + cddcccb commit 265ebe9Copy full SHA for 265ebe9
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.745" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.746" % 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.25.70"
0 commit comments