From d8b6d885cfac35d5dbcf3bbf1ed65e9f263978ff Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:08:20 +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 7f06775..1f929a6 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq( lazy val root = tlCrossRootProject.aggregate(lib) lazy val munitVersion = "1.0.2" -lazy val scalacheckVersion = "1.18.0" +lazy val scalacheckVersion = "1.18.1" lazy val munitScalacheckVersion = "1.0.0" lazy val lib = crossProject(JVMPlatform, JSPlatform)