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 8da0743 commit 359e591Copy full SHA for 359e591
build.sbt
@@ -74,7 +74,7 @@ lazy val junit = project.in(file("junit"))
74
lazy val scalacheck = project.in(file("scalacheck"))
75
.settings(commonSettings)
76
.settings(
77
- libraryDependencies += "org.scalacheck" % "scalacheck_2.12" % "1.14.0",
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0",
78
fork in Test := true,
79
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
80
disablePublishing
0 commit comments