Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0-M9
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 14, 2023
1 parent b4bdb55 commit 75c0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libraryDependencies ++= List(
)

libraryDependencies ++= List(
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M7" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M9" % Test,
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
)

0 comments on commit 75c0e5b

Please sign in to comment.