diff options
| author | Scala Steward | 2020-05-13 19:40:15 +0200 |
|---|---|---|
| committer | GitHub | 2020-05-13 17:40:15 +0000 |
| commit | a26bff060f31b0dbc24fe68fb9d9a54d2492b292 (patch) | |
| tree | 8e8424898151b1b3d1b079c608c2fb6cbea0ab1a /build.sc | |
| parent | 89dbcd2556eba4853d21110c4658ada549e08600 (diff) | |
Update scalacheck-1-14 to 3.1.1.1 (#1413)
* Update scalacheck-1-14 to 3.1.1.1
* Update scalacheck-1-14 to 3.1.1.1
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu def ivyDeps = Agg( ivy"org.scalatest::scalatest:3.1.1", - ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1", + ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1", ivy"com.github.scopt::scopt:3.7.1" ) ++ ivyCrossDeps |
