From 46ee4e07d32b5a14f99538b1eaeba566b318a1ed 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:16:57 +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 c22ab4ae..00cfb021 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val circeVersion = "0.14.15" val fs2Version = "3.12.2" val http4sVersion = "0.23.33" val natchezVersion = "0.3.8" -val munitVersion = "1.2.0" +val munitVersion = "1.3.0" val munitCEVersion = "2.1.0" val scalacheckEffectVersion = "2.1.0-RC1"