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 70c8240 + 5f41ba5 commit f77c9faCopy full SHA for f77c9fa
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.756" % 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.15"
+ "software.amazon.awssdk" % "s3" % "2.26.20"
537
),
538
Defaults.itSettings,
539
IntegrationTest / fork := true
0 commit comments