Skip to content

Commit

Permalink
Merge pull request #425 from armanbilge/update/munit-scalacheck-1.1.0
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.1.0
  • Loading branch information
armanbilge authored Feb 2, 2025
2 parents 3447f35 + 4226201 commit 265409f
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" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
"org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
)
)

Expand Down

0 comments on commit 265409f

Please sign in to comment.