diff options
| author | Scala Steward | 2022-03-14 19:54:24 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-14 18:54:24 +0000 |
| commit | a6064711455f9657d9e753900c2496411ff9ff8d (patch) | |
| tree | d72c9e87a1007bdeaa00b4e075be2762b6906365 /build.sc | |
| parent | e4a9ea89489aabc62c58c7d0831d668600370aa2 (diff) | |
Update scalacheck-1-15 to 3.2.11.0 (#2471)
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
@@ -68,7 +68,7 @@ class firrtlCrossModule(val crossScalaVersion: String) override def ivyDeps = T { Agg( ivy"org.scalatest::scalatest:3.2.10", - ivy"org.scalatestplus::scalacheck-1-15:3.2.10.0" + ivy"org.scalatestplus::scalacheck-1-15:3.2.11.0" ) } |
