summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorScala Steward2020-05-13 19:40:15 +0200
committerGitHub2020-05-13 17:40:15 +0000
commita26bff060f31b0dbc24fe68fb9d9a54d2492b292 (patch)
tree8e8424898151b1b3d1b079c608c2fb6cbea0ab1a /build.sc
parent89dbcd2556eba4853d21110c4658ada549e08600 (diff)
Update scalacheck-1-14 to 3.1.1.1 (#1413)
* Update scalacheck-1-14 to 3.1.1.1 * Update scalacheck-1-14 to 3.1.1.1 Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index d1e27289..e0aa93a6 100644
--- a/build.sc
+++ b/build.sc
@@ -98,7 +98,7 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu
def ivyDeps = Agg(
ivy"org.scalatest::scalatest:3.1.1",
- ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1",
+ ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1",
ivy"com.github.scopt::scopt:3.7.1"
) ++ ivyCrossDeps