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 815aef0 + 67249c8 commit 34f226bCopy full SHA for 34f226b
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.762" % 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.21"
+ "software.amazon.awssdk" % "s3" % "2.26.25"
546
),
547
Defaults.itSettings,
548
IntegrationTest / fork := true
0 commit comments