Skip to content

Commit

Permalink
Merge pull request #16853 from scala-steward/update/munit-scalacheck-…
Browse files Browse the repository at this point in the history
…1.1.0

Update munit-scalacheck to 1.1.0
  • Loading branch information
ornicar authored Jan 25, 2025
2 parents 8de6304 + e5132b0 commit 1d2d8be
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 @@ -35,7 +35,7 @@ object Dependencies {
val kittens = "org.typelevel" %% "kittens" % "3.4.0"

val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
val munitCheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
val munitCheck = "org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test

object tests {
val bundle = Seq(munit)
Expand Down

0 comments on commit 1d2d8be

Please sign in to comment.