summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ab4d02e3..cf41a0ab 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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.