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 91905a0 + f63a3de commit 1f2217aCopy full SHA for 1f2217a
build.sbt
@@ -508,7 +508,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
508
scalaMock,
509
"com.lihaoyi" %% "utest" % "0.8.2" % "test",
510
munitDep,
511
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.685" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.691" % IntegrationTest,
512
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
513
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
514
"software.amazon.awssdk" % "s3" % "2.25.15"
0 commit comments