From 4226201e7c3a733233163b4e7cc127f0635a452e Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:19:50 +0000 Subject: [PATCH] Update munit-scalacheck to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 30cb9c5..48207e0 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ) )