diff options
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ lazy val chiselSettings = Seq ( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.0.1" % "test", "org.scalacheck" %% "scalacheck" % "1.13.4" % "test", - "com.github.scopt" %% "scopt" % "3.6.0" + "com.github.scopt" %% "scopt" % "3.7.0" ), // Tests from other projects may still run concurrently. |
