From 7f1a1be084fb36b380690d856c7a87b2b22c440a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 15:20:46 +0000 Subject: [PATCH] Update testcontainers-scala-core to 0.41.8 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 544f08e..a6577b8 100644 --- a/build.mill +++ b/build.mill @@ -52,7 +52,7 @@ trait RequestsTestModule extends TestModule.Utest { def ivyDeps = Agg( ivy"com.lihaoyi::utest::0.7.10", ivy"com.lihaoyi::ujson::1.3.13", - ivy"com.dimafeng::testcontainers-scala-core:0.41.3" + ivy"com.dimafeng::testcontainers-scala-core:0.41.8" ) }