Skip to content

Commit

Permalink
Update scalacheck to 1.14.3 (#1336)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 12, 2020
1 parent 357ec73 commit db9a16d
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 @@ -62,7 +62,7 @@ libraryDependencies += "junit" % "junit" % "4.13" % "test"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"

libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.3" % "test"

libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.1"

Expand Down

0 comments on commit db9a16d

Please sign in to comment.