Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pismute-steward[bot] committed May 24, 2024
1 parent 2553c4f commit dbf24a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ val mtl = myCrossProject("classy-mtl")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-mtl" % "1.4.0",
"org.scalameta" %% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M11" % 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" %% "cats-mtl-laws" % "1.4.0" % Test,
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test,
Expand Down

0 comments on commit dbf24a5

Please sign in to comment.