Skip to content

Commit fbbb871

Browse files
committed
wip: depend on ScalaCheck 1.15.0 locally published SNAPSHOT
1 parent ff6367d commit fbbb871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val junit = project.in(file("junit"))
3434
lazy val scalacheck = project.in(file("scalacheck"))
3535
.settings(commonSettings)
3636
.settings(
37-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3" withDottyCompat(scalaVersion.value),
37+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0-SNAPSHOT" withDottyCompat(scalaVersion.value),
3838
Test / fork := true,
3939
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
4040
publish / skip := true

0 commit comments

Comments
 (0)