From 6bfa610d51bf4fd9ff846a6919871836374bbaf8 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:43:33 +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 1573fec..58d0087 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val drosteVersion = "0.10.0" val munitVersion = "1.1.1" -val munitScalacheckVersion = "1.1.0" +val munitScalacheckVersion = "1.2.0" val munitCatsEffectVersion = "2.1.0"