summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJim Lawson2020-04-13 17:24:14 -0700
committerGitHub2020-04-13 17:24:14 -0700
commitcec050dbd898b9d1f5ce4d4558af33c7e799b7a9 (patch)
treeaa189489bf495a01eea59d7b5d7cda74c4d51320 /build.sc
parenta39d0e13792e63e0bd3e0c1b0b9c27e309927a52 (diff)
Update scalatest to 3.1.0 (#1394)
Co-authored-by: Scala Steward <me@scala-steward.org>
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index b54c940c..52a6aeda 100644
--- a/build.sc
+++ b/build.sc
@@ -97,8 +97,8 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu
}
def ivyDeps = Agg(
- ivy"org.scalatest::scalatest:3.0.8",
- ivy"org.scalacheck::scalacheck:1.14.3",
+ ivy"org.scalatest::scalatest:3.1.0",
+ ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1",
ivy"com.github.scopt::scopt:3.7.1"
) ++ ivyCrossDeps