Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 1.0.0-M12 (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent 56fc9c1 commit 2c1b51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -11,9 +11,9 @@ object Dependencies {
lazy val jawnParser = Def.setting("org.typelevel" %%% "jawn-parser" % "1.5.1")
lazy val jawnAst = Def.setting("org.typelevel" %%% "jawn-ast" % "1.5.1")
lazy val jython = Def.setting("org.python" % "jython-standalone" % "2.7.3")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M11")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-M12")
lazy val munitScalaCheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11")
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M12")
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.3")
lazy val scalaCheck =
Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.0")
Expand Down

0 comments on commit 2c1b51a

Please sign in to comment.