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 12fe6d3 commit 2bc8d48Copy full SHA for 2bc8d48
build.sbt
@@ -60,7 +60,7 @@ lazy val junit = project.in(file("junit")).settings(
60
).dependsOn(testmacros, core)
61
62
lazy val scalacheck = project.in(file("scalacheck")).settings(
63
- libraryDependencies += "org.scalacheck" % "scalacheck_2.12" % "1.13.5",
+ libraryDependencies += "org.scalacheck" % "scalacheck_2.12" % "1.14.0",
64
fork in Test := true,
65
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
66
disablePublishing
0 commit comments