From 5a49aff8a28816dd8e62ee95fe6a5330c7ff1fde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 18:26:07 +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 590a60c..1d5f086 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform) versionPolicyIntention := Compatibility.None, // TODO Change to `Compatibility.BinaryAndSourceCompatible` after the first release scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"), libraryDependencies ++= Seq( - "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test, + "org.scalacheck" %%% "scalacheck" % "1.17.1" % Test, ), ) .jsSettings(