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 a1c5b89 + ac6f7e2 commit a6e7a28Copy full SHA for a6e7a28
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.17.1" % Test,
+ "org.scalacheck" %%% "scalacheck" % "1.18.0" % Test,
28
),
29
)
30
.jsSettings(
0 commit comments