Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimble-agar-steward[bot] committed May 22, 2024
1 parent 836dc05 commit fef7cbc
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 @@ -41,7 +41,7 @@ lazy val frp = crossProject(JVMPlatform, JSPlatform)
"org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
)
)

Expand Down

0 comments on commit fef7cbc

Please sign in to comment.