diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 42f83b4..a775000 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -69,7 +69,7 @@ object Dependencies { val declineCore = "com.monovore" %% "decline" % V.decline val declineCatsEffect = "com.monovore" %% "decline-effect" % V.decline - val testContainers = "com.dimafeng" %% "testcontainers-scala-core" % "0.41.4" % Test + val testContainers = "com.dimafeng" %% "testcontainers-scala-core" % "0.41.5" % Test val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test val weaverScalaCheck = "com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test val catsEffectTestKit = "org.typelevel" %% "cats-effect-testkit" % V.catsEffect % Test