Skip to content

Commit f97b661

Browse files
authored
Merge pull request #48 from scala-steward/update/scalacheck_2.12-1.14.0
Update scalacheck_2.12 to 1.14.0
2 parents 12fe6d3 + 2bc8d48 commit f97b661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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.5",
63+
libraryDependencies += "org.scalacheck" % "scalacheck_2.12" % "1.14.0",
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)