Skip to content

Commit 327f1f6

Browse files
authored
Merge pull request #1397 from Baeldung/update/testcontainers-scala-localstack-v2-0.41.4
Update testcontainers-scala-localstack-v2, ... from 0.41.3 to 0.41.4
2 parents 6f4e2b0 + 57deb0d commit 327f1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
533533
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
534534
munitDep,
535535
"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,
536+
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4" % IntegrationTest,
537+
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.4" % IntegrationTest,
538538
"software.amazon.awssdk" % "s3" % "2.25.69"
539539
),
540540
Defaults.itSettings,

0 commit comments

Comments
 (0)