From 90f9a4d0366b5cc026a352aba80f240ce0382cf7 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 22:41:28 +0000 Subject: [PATCH] Update scalacheck to 1.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bae0e7..1573fec 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val munitScalacheckVersion = "1.1.0" val munitCatsEffectVersion = "2.1.0" -val scalacheckVersion = "1.18.1" +val scalacheckVersion = "1.19.0" val scalacheckEffectMunitVersion = "1.0.4"