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 7b027e2 + 51f2e07 commit 593476eCopy full SHA for 593476e
build.sbt
@@ -21,7 +21,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
21
scalaModuleMimaPreviousVersion := None,
22
scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"),
23
libraryDependencies ++= Seq(
24
- "org.scalacheck" %%% "scalacheck" % "1.14.3" % Test,
+ "org.scalacheck" %%% "scalacheck" % "1.15.0" % Test,
25
),
26
)
27
.jsSettings(
0 commit comments