diff options
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,8 +97,8 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu } def ivyDeps = Agg( - ivy"org.scalatest::scalatest:3.0.8", - ivy"org.scalacheck::scalacheck:1.14.3", + ivy"org.scalatest::scalatest:3.1.0", + ivy"org.scalatestplus::scalacheck-1-14:3.1.0.1", ivy"com.github.scopt::scopt:3.7.1" ) ++ ivyCrossDeps |
