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 04e0b36 + 2642106 commit 131be4cCopy full SHA for 131be4c
build.sbt
@@ -520,7 +520,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
520
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.718" % IntegrationTest,
521
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
522
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
523
- "software.amazon.awssdk" % "s3" % "2.25.42"
+ "software.amazon.awssdk" % "s3" % "2.25.48"
524
),
525
Defaults.itSettings,
526
IntegrationTest / fork := true
0 commit comments