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 a843ff0 + 7aef702 commit 788535eCopy full SHA for 788535e
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.0" % Test,
+ "org.scalacheck" %%% "scalacheck" % "1.18.1" % Test,
28
),
29
)
30
.jsSettings(
0 commit comments