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 5a69d91 commit 5802ae7Copy full SHA for 5802ae7
build.sbt
@@ -76,7 +76,7 @@ lazy val junit = projectMatrix.in(file("junit"))
76
lazy val scalacheck = projectMatrix.in(file("scalacheck"))
77
.settings(commonSettings)
78
.settings(
79
- libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.1",
+ libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.19.0",
80
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
81
publish / skip := true
82
)
0 commit comments