From aa6a11322c8aaccd7c7311b1221e5049df588666 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:17:12 +0000 Subject: [PATCH] Update munit-scalacheck to 1.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b4a6ad..162964f 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val circe = crossProject(JVMPlatform) libraryDependencies ++= Seq( "io.circe" %% "circe-core" % "0.14.14", "io.circe" %% "circe-parser" % "0.14.14", - "org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test, + "org.scalameta" %% "munit-scalacheck" % "1.3.1" % Test, ), tlVersionIntroduced := Map( "2.13" -> "0.7.0",