Skip to content

Commit

Permalink
Update testcontainers-scala-core to 0.41.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 19, 2024
1 parent c8f0108 commit d328814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d328814

Please sign in to comment.