aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorScala Steward2020-05-13 20:30:31 +0200
committerGitHub2020-05-13 18:30:31 +0000
commit04732401b31a7aba86497d1e4d6d1660a833b130 (patch)
tree6beb79e3d3f8b37be247748de0a35fdbde9404d1 /build.sc
parent96fbaf5025ab337a6fc151795f49c1891f79a91e (diff)
Update scalatest to 3.1.2 (#1584)
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 f4c7b923..84db5d80 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.1",
+ ivy"org.scalatest::scalatest:3.1.2",
ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1"
) ++ ivyCrossDeps