Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0-RC1 (#1202)
Browse files Browse the repository at this point in the history
Co-authored-by: P. Oscar Boykin <johnynek@users.noreply.github.com>
  • Loading branch information
scala-steward and johnynek committed May 11, 2024
1 parent 28bfbcf commit 2a943bd
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 @@ -13,7 +13,7 @@ object Dependencies {
lazy val jython = Def.setting("org.python" % "jython-standalone" % "2.7.3")
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0-RC1")
lazy val munitScalaCheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-M12")
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0-RC1")
lazy val paiges = Def.setting("org.typelevel" %%% "paiges-core" % "0.4.3")
lazy val scalaCheck =
Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.0")
Expand Down

0 comments on commit 2a943bd

Please sign in to comment.