From 25d53f8eb6d3356a25112435d857bb5b5311674c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 14:02:23 +0000 Subject: [PATCH] Update scalacheck to 1.18.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11f3fa99..e9284c32 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val catsVersion = "2.7.0" val circeVersion = "0.14.1" val paradiseVersion = "2.1.1" val previousCirceDerivationVersion = "0.13.0-M5" -val scalaCheckVersion = "1.15.4" +val scalaCheckVersion = "1.18.1" val scalaJavaTimeVersion = "2.3.0" def priorTo2_13(scalaVersion: String): Boolean =