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 93cf81d + 413615f commit b6c1f34Copy full SHA for b6c1f34
build.sbt
@@ -374,7 +374,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
374
),
375
libraryDependencies ++= Seq(
376
"software.amazon.awssdk" % "s3" % "2.20.111",
377
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.531" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.532" % IntegrationTest,
378
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % IntegrationTest,
379
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.17" % IntegrationTest
380
0 commit comments