From 2dfe511677d14cef62842282762772edb5fa65ea 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:17:46 +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 2a1f42a..57f44d2 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.scalameta" %%% "munit" % "1.2.4" % Test, - "org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test + "org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test ), developers := List( Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))