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 aab620a commit 5c37860Copy full SHA for 5c37860
build.sbt
@@ -542,7 +542,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
542
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.765" % IntegrationTest,
543
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
544
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
545
- "software.amazon.awssdk" % "s3" % "2.26.25"
+ "software.amazon.awssdk" % "s3" % "2.26.30"
546
),
547
Defaults.itSettings,
548
IntegrationTest / fork := true
0 commit comments