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.
1 parent 9e324e3 commit 5a7627eCopy full SHA for 5a7627e
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