diff options
| author | Jim Lawson | 2019-09-05 15:44:30 -0700 |
|---|---|---|
| committer | GitHub | 2019-09-05 15:44:30 -0700 |
| commit | 67e90c125daa59a5c998dbe7ca47bf024f17fda0 (patch) | |
| tree | 953a6c6b91188d4da4520e06d8ea2696302d003a /build.sbt | |
| parent | 36ad324754dbcad3afceb80ad2e79051c7eb9a9e (diff) | |
Bump dependency versions (#1158)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,9 +105,9 @@ lazy val chiselSettings = Seq ( // An explicit dependency on junit seems to alleviate this. libraryDependencies ++= Seq( "junit" % "junit" % "4.12" % "test", - "org.scalatest" %% "scalatest" % "3.0.5" % "test", + "org.scalatest" %% "scalatest" % "3.0.8" % "test", "org.scalacheck" %% "scalacheck" % "1.14.0" % "test", - "com.github.scopt" %% "scopt" % "3.7.0" + "com.github.scopt" %% "scopt" % "3.7.1" ), javacOptions ++= javacOptionsVersion(scalaVersion.value) ) ++ ( |
