diff options
| author | Jim Lawson | 2020-02-11 12:03:12 -0800 |
|---|---|---|
| committer | GitHub | 2020-02-11 12:03:12 -0800 |
| commit | 45a926148bd87a383ee6e8c7aa87e6b9aeabd861 (patch) | |
| tree | 0a6e375d12c11ba68a064d665fc5cd3afe0823ef /build.sc | |
| parent | 1cfa9c1df3d91a99ad146f85c77cee7c37a3a116 (diff) | |
Bump sbt and tool/plugin dependencies. (#1332)
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ trait AbstractChiselModule extends PublishChiselModule with CommonBuild.BuildInf object test extends Tests { override def ivyDeps = Agg( ivy"org.scalatest::scalatest:3.0.8", - ivy"org.scalacheck::scalacheck:1.14.0" + ivy"org.scalacheck::scalacheck:1.14.3" ) def testFrameworks = Seq("org.scalatest.tools.Framework") |
