Skip to content

Commit

Permalink
Merge pull request #269 from scala-steward/update/testcontainers-scal…
Browse files Browse the repository at this point in the history
…a-core-0.41.3

Update testcontainers-scala-core to 0.41.3
  • Loading branch information
lenguyenthanh authored Feb 20, 2024
2 parents fa368d5 + 942319a commit ee26227
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 @@ -46,7 +46,7 @@ object Dependencies {

val chessTestKit = "org.lichess" %% "scalachess-test-kit" % V.chess % Test
val log4CatsNoop = "org.typelevel" %% "log4cats-noop" % "2.6.0" % Test
val testContainers = "com.dimafeng" %% "testcontainers-scala-core" % "0.41.2" % Test
val testContainers = "com.dimafeng" %% "testcontainers-scala-core" % "0.41.3" % 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 ee26227

Please sign in to comment.