Skip to content

Commit

Permalink
Merge pull request #313 from scala-steward/update/munit-scalacheck-1.…
Browse files Browse the repository at this point in the history
…0.0-RC1

Update munit-scalacheck to 1.0.0-RC1
  • Loading branch information
lenguyenthanh authored Apr 27, 2024
2 parents 7fa4160 + dd8d668 commit 114cc6c
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 @@ -56,5 +56,5 @@ object Dependencies {
val catsEffectTestKit = "org.typelevel" %% "cats-effect-testkit" % V.catsEffect % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
val munit = "org.scalameta" %% "munit" % "1.0.0-RC1" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0-M12" % Test
val munitScalaCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0-RC1" % Test
}

0 comments on commit 114cc6c

Please sign in to comment.