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 cc9fbda + 370e685 commit fb21484Copy full SHA for fb21484
build.sbt
@@ -561,7 +561,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
561
scalaMock,
562
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
563
munitDep,
564
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.771" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.772" % IntegrationTest,
565
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
566
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
567
"software.amazon.awssdk" % "s3" % "2.27.24"
0 commit comments