From 10b877c960fc715493715e33e14aa23e3d94fbe7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:08:03 +0000 Subject: [PATCH] Update scalacheck to 1.17.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 65b849c..cbfda59 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq( lazy val root = tlCrossRootProject.aggregate(lib) lazy val munitVersion = "0.7.29" -lazy val scalacheckVersion = "1.17.0" +lazy val scalacheckVersion = "1.17.1" lazy val lib = crossProject(JVMPlatform, JSPlatform) .crossType(CrossType.Pure)