From 8920b3005ab11ae305d86c7ff41243ead2de65f6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:08:39 +0000 Subject: [PATCH] Update munit-scalacheck to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b4a6ad..3e1edbd 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.2.0" % Test, ), tlVersionIntroduced := Map( "2.13" -> "0.7.0",