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 0b0b9bb commit b65792dCopy full SHA for b65792d
build.sbt
@@ -34,7 +34,7 @@ lazy val junit = project.in(file("junit"))
34
lazy val scalacheck = project.in(file("scalacheck"))
35
.settings(commonSettings)
36
.settings(
37
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0",
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.1",
38
Test / fork := true,
39
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
40
publish / skip := true
0 commit comments