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 dc489fb + 7aff35e commit b125545Copy full SHA for b125545
build.sbt
@@ -384,7 +384,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
384
"software.amazon.awssdk" % "s3" % "2.21.37"
385
),
386
libraryDependencies ++= Seq(
387
- "com.amazonaws" % "aws-java-sdk-s3" % "1.12.595" % IntegrationTest,
+ "com.amazonaws" % "aws-java-sdk-s3" % "1.12.604" % IntegrationTest,
388
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % IntegrationTest,
389
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.0" % IntegrationTest
390
0 commit comments