Skip to content

Commit 5802ae7

Browse files
scala-stewardxuwei-k
authored andcommitted
Update scalacheck to 1.19.0
1 parent 5a69d91 commit 5802ae7

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
@@ -76,7 +76,7 @@ lazy val junit = projectMatrix.in(file("junit"))
7676
lazy val scalacheck = projectMatrix.in(file("scalacheck"))
7777
.settings(commonSettings)
7878
.settings(
79-
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.1",
79+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.19.0",
8080
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
8181
publish / skip := true
8282
)

0 commit comments

Comments
 (0)