From 1c8dca8362c1095f6284c86b6ef9b5605ef8280c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:19:34 +0000 Subject: [PATCH] Update munit-scalacheck to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0f7be5f..52c2f28 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform) .dependsOn(core) .settings( libraryDependencies ++= List( - "org.scalameta" %%% "munit-scalacheck" % "1.2.0", + "org.scalameta" %%% "munit-scalacheck" % "1.3.0", "org.typelevel" %%% "cats-effect" % "3.7.0" % Test ) )