aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorKevin Laeufer2020-08-10 10:58:50 -0700
committerGitHub2020-08-10 10:58:50 -0700
commit21ccf68fc0f0a3ff5a990ac9215a20f20807f4ed (patch)
treeafa23fa731deefa85168153416a2e1cc5da12727 /build.sc
parenta6d53c9df25dba7da9d923faff9bf3c32f71b2d9 (diff)
scalatest: upgrade to 3.2.1 (#1831)
* scalatest: replace deprecated FlatSpec and add new Matchers import * scalatest: 3.1.2 -> 3.2.1
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 073d896b..2f8a56f1 100644
--- a/build.sc
+++ b/build.sc
@@ -59,7 +59,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule
}
def ivyDeps = Agg(
- ivy"org.scalatest::scalatest:3.1.2",
+ ivy"org.scalatest::scalatest:3.2.1",
ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1"
) ++ ivyCrossDeps