From bb6e6080454c47b18b1ffa2f218951ffae383e8b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:00:32 +0200 Subject: [PATCH] Update scalacheck to 1.18.1 (#834) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1326c19a..bb4efb3f 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val V = new { val `parallel-collections` = "1.0.4" val redis4Cats = "1.0.0-RC3" val refined = "0.11.2" - val scalacheck = "1.18.0" + val scalacheck = "1.18.1" val `scala-redis` = "3.30" val `scodec-bits` = "1.2.1" val `scodec-core` = "1.11.10"