Skip to content

Commit

Permalink
Update scalacheck to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2019
1 parent 2e71829 commit d787514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val jawnSettings = Seq(
testOptions in Test += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "1"),

libraryDependencies ++=
"org.scalacheck" %% "scalacheck" % "1.14.1" % Test ::
"org.scalacheck" %% "scalacheck" % "1.14.2" % Test ::
"org.typelevel" %% "claimant" % "0.1.1" % Test ::
Nil,

Expand Down

0 comments on commit d787514

Please sign in to comment.