diff options
| author | Scala Steward | 2020-02-12 03:29:46 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-12 02:29:45 +0000 |
| commit | db9a16dbe382359043d996f7de570880ad02eb98 (patch) | |
| tree | 035b358330dbbbd160b730d92d6f8f06a3c33c88 /build.sbt | |
| parent | 357ec734b2f775efcac2819391442b214f03a1ed (diff) | |
Update scalacheck to 1.14.3 (#1336)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
