Skip to content

Commit 1adf898

Browse files
Update scalacheck to 1.15.4 (#175)
1 parent ba099d3 commit 1adf898

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
@@ -42,7 +42,7 @@ lazy val junit = project.in(file("junit"))
4242
lazy val scalacheck = project.in(file("scalacheck"))
4343
.settings(commonSettings)
4444
.settings(
45-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.3",
45+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4",
4646
Test / fork := true,
4747
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
4848
publish / skip := true

0 commit comments

Comments
 (0)