aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJim Lawson2020-03-25 09:35:21 -0700
committerGitHub2020-03-25 16:35:21 +0000
commit9995f081291d974a6b5ad319e67a9d19cdc4a56d (patch)
tree351bcbc4cedc97ffbb219f043c4961e52d12ada7 /build.sc
parentbdac6e1c55694f1562a56b2eb0716733bd2f1fc0 (diff)
Update scalatest 3.1.0 (#1383)
* Removed unused imports in src/test/ * Update ScalaTest deprecations. * Update scalatest from 3.0.8 to 3.1.0; apply auto fix for deprecations Co-authored-by: Jack Koenig <koenig@sifive.com>
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 25862072..ed381b45 100644
--- a/build.sc
+++ b/build.sc
@@ -59,8 +59,8 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
}
def ivyDeps = Agg(
- ivy"org.scalatest::scalatest:3.0.8",
- ivy"org.scalacheck::scalacheck:1.14.0"
+ ivy"org.scalatest::scalatest:3.1.0",
+ ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1"
) ++ ivyCrossDeps
def testFrameworks = Seq("org.scalatest.tools.Framework")