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 6f4e2b0 commit 57deb0dCopy full SHA for 57deb0d
build.sbt
@@ -533,8 +533,8 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
533
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
534
munitDep,
535
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.739" % IntegrationTest,
536
- "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
537
- "com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
+ "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4" % IntegrationTest,
+ "com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.4" % IntegrationTest,
538
"software.amazon.awssdk" % "s3" % "2.25.69"
539
),
540
Defaults.itSettings,
0 commit comments