Skip to content

Commit

Permalink
Merge pull request #186 from geirolz/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0
  • Loading branch information
geirolz authored Jun 1, 2024
2 parents f8b8da9 + b32088f commit 23ff8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ object ProjectDependencies {
// SCALA
"org.typelevel" %% "cats-core" % "2.10.0",
// TEST
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test
Expand Down

0 comments on commit 23ff8a2

Please sign in to comment.