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 cf5c946 + d9ee08f commit 678569aCopy full SHA for 678569a
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.15.2" % Test,
+ "org.scalacheck" %%% "scalacheck" % "1.15.3" % Test,
25
),
26
)
27
.jsSettings(
0 commit comments