aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorScala Steward2020-05-06 19:30:54 +0200
committerGitHub2020-05-06 17:30:54 +0000
commit724f8c5bc239743aefee1382d784ecbefa9bab56 (patch)
tree89856100500fe109d3f7823298e60bdd6c9f53dd /build.sc
parente9073463dfe77746f23afdfe782e1143a5e5be9f (diff)
Update scalatest to 3.1.1 (#1405)
* Update scalatest to 3.1.1 * Update scalatest to 3.1.1 * Update scalatest to 3.1.1 Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
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 c1f87986..4446c328 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.0",
+ ivy"org.scalatest::scalatest:3.1.1",
ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1"
) ++ ivyCrossDeps