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 be5d669 + 39b1d38 commit 1a24cbfCopy full SHA for 1a24cbf
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.0" % Test,
+ "org.scalacheck" %%% "scalacheck" % "1.17.1" % Test,
28
),
29
)
30
.jsSettings(
0 commit comments