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.
1 parent 46aa9bb commit 2e14960Copy full SHA for 2e14960
build.sbt
@@ -372,7 +372,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
372
"org.testcontainers" % "pulsar" % "1.18.3" % IntegrationTest
373
),
374
libraryDependencies ++= Seq(
375
- "software.amazon.awssdk" % "s3" % "2.20.111",
+ "software.amazon.awssdk" % "s3" % "2.20.128",
376
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.514" % IntegrationTest,
377
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % IntegrationTest,
378
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.17" % IntegrationTest
0 commit comments