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 7be23f8 commit 47adf7cCopy full SHA for 47adf7c
build.sbt
@@ -548,7 +548,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
548
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.767" % IntegrationTest,
549
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
550
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
551
- "software.amazon.awssdk" % "s3" % "2.26.30"
+ "software.amazon.awssdk" % "s3" % "2.26.31"
552
),
553
Defaults.itSettings,
554
IntegrationTest / fork := true
0 commit comments