Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0-M10
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 15, 2023
1 parent b4bdb55 commit a27582f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.typelevel" %%% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
)

0 comments on commit a27582f

Please sign in to comment.