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.
1 parent 1488008 commit ac9b0a6Copy full SHA for ac9b0a6
build.sbt
@@ -40,7 +40,7 @@ lazy val junit = project.in(file("junit"))
40
lazy val scalacheck = project.in(file("scalacheck"))
41
.settings(commonSettings)
42
.settings(
43
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.0",
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.1",
44
Test / fork := true,
45
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
46
publish / skip := true
0 commit comments