Skip to content

Commit 639b726

Browse files
Update scalacheck to 1.18.0 (#265)
1 parent 4b2e965 commit 639b726

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
@@ -40,7 +40,7 @@ lazy val junit = project.in(file("junit"))
4040
lazy val scalacheck = project.in(file("scalacheck"))
4141
.settings(commonSettings)
4242
.settings(
43-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.1",
43+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.0",
4444
Test / fork := true,
4545
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
4646
publish / skip := true

0 commit comments

Comments
 (0)