From 7aef702896b820fa0632c101a2a3e30c87074a1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 18:56:49 +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 b9aac22..43834b9 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.0" % Test, + "org.scalacheck" %%% "scalacheck" % "1.18.1" % Test, ), ) .jsSettings(