diff options
| author | Kevin Laeufer | 2020-08-10 10:58:50 -0700 |
|---|---|---|
| committer | GitHub | 2020-08-10 10:58:50 -0700 |
| commit | 21ccf68fc0f0a3ff5a990ac9215a20f20807f4ed (patch) | |
| tree | afa23fa731deefa85168153416a2e1cc5da12727 /build.sc | |
| parent | a6d53c9df25dba7da9d923faff9bf3c32f71b2d9 (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.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
