From 5a7627e109faa3dffa4ce29d8005e1d1891ca89a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 Sep 2025 20:45:45 +0000 Subject: [PATCH] Update scalacheck to 1.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52e5157..37dbef0 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.18.1" % Test, + "org.scalacheck" %%% "scalacheck" % "1.19.0" % Test, ), ) .jsSettings(