Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Apr 26, 2024
1 parent 8e2daca commit d73f1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object LibraryDependencies {
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0"

object Munit {
val munitVersion = "1.0.0-M11"
val munitVersion = "1.0.0-RC1"
val core = "org.scalameta" %% "munit" % munitVersion
val scalacheck =
"org.scalameta" %% "munit-scalacheck" % munitVersion
Expand Down

0 comments on commit d73f1f5

Please sign in to comment.