We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e324e3 + 5a7627e commit 9e826ddCopy full SHA for 9e826dd
build.sbt
@@ -24,7 +24,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
24
versionPolicyIntention := Compatibility.None, // TODO Change to `Compatibility.BinaryAndSourceCompatible` after the first release
25
scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"),
26
libraryDependencies ++= Seq(
27
- "org.scalacheck" %%% "scalacheck" % "1.18.1" % Test,
+ "org.scalacheck" %%% "scalacheck" % "1.19.0" % Test,
28
),
29
)
30
.jsSettings(
0 commit comments