Skip to content

Commit 1fba815

Browse files
Update scalacheck to 1.15.0-RC1 (#124)
1 parent 8c129ac commit 1fba815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val junit = project.in(file("junit"))
4646
lazy val scalacheck = project.in(file("scalacheck"))
4747
.settings(commonSettings)
4848
.settings(
49-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0-M1" withDottyCompat(scalaVersion.value),
49+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0-RC1" withDottyCompat(scalaVersion.value),
5050
Test / fork := true,
5151
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
5252
publish / skip := true

0 commit comments

Comments
 (0)