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(