diff options
| author | Jim Lawson | 2020-05-05 17:41:06 -0700 |
|---|---|---|
| committer | GitHub | 2020-05-05 17:41:06 -0700 |
| commit | 33cfe8101950721f5756207504162b566c438ba8 (patch) | |
| tree | e99c9dc2e5001404ba150fd5cf5dfd0d8ffbd10d /build.sc | |
| parent | facd530880b16c53db67a9a20a95ddf053038f81 (diff) | |
Update scalatest 3.1.1 (#1430)
* Update scalatest to 3.1.1
* Update scalatest to 3.1.1
* Update scalatest to 3.1.1
* Add missing org.scalatest.flatspec.AnyFlatSpec import.
Co-authored-by: Scala Steward <me@scala-steward.org>
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu } 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", ivy"com.github.scopt::scopt:3.7.1" ) ++ ivyCrossDeps |
