aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2020-02-12 03:29:46 +0100
committerGitHub2020-02-12 02:29:45 +0000
commitdb9a16dbe382359043d996f7de570880ad02eb98 (patch)
tree035b358330dbbbd160b730d92d6f8f06a3c33c88 /build.sbt
parent357ec734b2f775efcac2819391442b214f03a1ed (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.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 0ee3e805..749a90aa 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"