Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 1.0.0-M12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent 22740f5 commit 7735d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Dependencies {
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
val munit = "org.scalameta" %% "munit" % "1.0.0-M11" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0-M11" % Test
val munit = "org.scalameta" %% "munit" % "1.0.0-M12" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0-M12" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.1" % Test
}

0 comments on commit 7735d95

Please sign in to comment.