Skip to content

Commit

Permalink
Update munit-scalacheck to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grokking-steward[bot] authored and mergify[bot] committed Jan 25, 2025
1 parent c226ab6 commit 598cf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
val munit = Def.setting("org.scalameta" %%% "munit" % "1.1.0" % Test)
val munitCatsEffect = Def.setting("org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test)
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.16.0" % Test)
val munitScalaCheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test)
val munitScalaCheck = Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test)
val scalaCheckEffect = Def.setting("org.typelevel" %%% "scalacheck-effect" % "2.0.0-M2" % Test)

val munitScalaCheckEffect = Def.setting(
Expand Down

0 comments on commit 598cf82

Please sign in to comment.