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