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 8d1c93f + 3ed1d1f commit a8a2b17Copy full SHA for a8a2b17
build.sbt
@@ -535,7 +535,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
535
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.745" % IntegrationTest,
536
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
537
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
538
- "software.amazon.awssdk" % "s3" % "2.25.69"
+ "software.amazon.awssdk" % "s3" % "2.25.70"
539
),
540
Defaults.itSettings,
541
IntegrationTest / fork := true
0 commit comments