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" ) }