From 910d05a3962527e76f96f9694928b7db1e3767a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jan 2025 14:33:08 +0000 Subject: [PATCH] Update testcontainers-scala-core to 0.41.5 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 544f08e..923439a 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.5" ) }