There was an error while loading. Please reload this page.
1 parent 741caf0 commit 7670419Copy full SHA for 7670419
build.sbt
@@ -34,7 +34,7 @@ lazy val junit = project.in(file("junit"))
34
lazy val scalacheck = project.in(file("scalacheck"))
35
.settings(commonSettings)
36
.settings(
37
- libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.1",
+ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.2",
38
Test / fork := true,
39
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
40
publish / skip := true
0 commit comments