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 4eb6d32 commit 55b4c0eCopy full SHA for 55b4c0e
build.sbt
@@ -46,7 +46,7 @@ lazy val junit = project.in(file("junit"))
46
lazy val scalacheck = project.in(file("scalacheck"))
47
.settings(commonSettings)
48
.settings(
49
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0-RC1" withDottyCompat(scalaVersion.value),
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0" withDottyCompat(scalaVersion.value),
50
Test / fork := true,
51
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
52
publish / skip := true
0 commit comments