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 ec72e26 + b400b90 commit 925b686Copy full SHA for 925b686
build.sbt
@@ -533,7 +533,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
533
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.751" % IntegrationTest,
534
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
535
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
536
- "software.amazon.awssdk" % "s3" % "2.26.10"
+ "software.amazon.awssdk" % "s3" % "2.26.15"
537
),
538
Defaults.itSettings,
539
IntegrationTest / fork := true
0 commit comments