Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 4, 2024
1 parent 55e2d21 commit 23453f7
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 @@ -77,7 +77,7 @@ object Dependencies {
lazy val `log4cats-testing` = Seq("org.typelevel" %% "log4cats-testing" % log4catsVersion)

lazy val munit =
Seq("org.scalameta" %% "munit", "org.scalameta" %% "munit-scalacheck").map(_ % "0.7.29")
Seq("org.scalameta" %% "munit", "org.scalameta" %% "munit-scalacheck").map(_ % "1.0.0")

lazy val scalatest = Seq("org.scalatest" %% "scalatest" % "3.2.15")

Expand Down

0 comments on commit 23453f7

Please sign in to comment.