From c82868061e23c38d11dbc0e2f6d7c656e0a8b419 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 07:24:54 +0000 Subject: [PATCH] Update scalacheck to 1.19.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3f4ca51..b75249c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,7 +13,7 @@ object Dependencies { val ip4s = "3.7.0" val scalatest = "3.2.19" - val scalacheck = "1.18.1" + val scalacheck = "1.19.0" val scalatestScalacheck = "3.2.14.0" val scalacheckShapeless = "1.3.1" val catsEffectTesting = "1.6.0"