diff options
| author | Scala Steward | 2020-08-12 22:31:10 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-12 20:31:10 +0000 |
| commit | 9de80fb0576077ecc6a83fe6ea8aa43249a0ab53 (patch) | |
| tree | 082af1ca18569ede612a8543eca7f55c9da66fbc /build.sc | |
| parent | fa3dcce6a448de3d17538c54ca12ba099c950071 (diff) | |
Update scalacheck-1-14, ... to 3.1.3.0 (#1837)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule def ivyDeps = Agg( ivy"org.scalatest::scalatest:3.2.1", - ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1" + ivy"org.scalatestplus::scalacheck-1-14:3.1.3.0" ) ++ ivyCrossDeps def testFrameworks = Seq("org.scalatest.tools.Framework") |
