Skip to content

Commit a84481c

Browse files
committed
Update scalacheck_2.12 to 1.13.5
1 parent a8caf14 commit a84481c

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
@@ -60,7 +60,7 @@ lazy val junit = project.in(file("junit")).settings(
6060
).dependsOn(testmacros, core)
6161

6262
lazy val scalacheck = project.in(file("scalacheck")).settings(
63-
libraryDependencies += "org.scalacheck" % "scalacheck_2.12" % "1.13.4",
63+
libraryDependencies += "org.scalacheck" % "scalacheck_2.12" % "1.13.5",
6464
fork in Test := true,
6565
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
6666
disablePublishing

0 commit comments

Comments
 (0)