Skip to content

Commit

Permalink
Merge pull request #563 from scala-steward/update/munit-scalacheck-1.…
Browse files Browse the repository at this point in the history
…0.0-M11

Update munit-scalacheck to 1.0.0-M11
  • Loading branch information
mpilquist authored Feb 10, 2024
2 parents 3de9fe7 + 04959c0 commit 5806166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test
)
)
Expand Down

0 comments on commit 5806166

Please sign in to comment.