summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-04-29 06:59:24 +0200
committerGitHub2021-04-29 04:59:24 +0000
commit8be86e461b9d9a6198c8153b3badda568af8be61 (patch)
treedea97ad8646472b4be0509a109060246444a9afd
parent953eb3e0f246c081c6ce86f4b2ac80a4cc059724 (diff)
Update scopt to 4.0.1 (#1815)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--build.sbt2
-rw-r--r--build.sc2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 5c051ff5..a9e18216 100644
--- a/build.sbt
+++ b/build.sbt
@@ -61,7 +61,7 @@ lazy val chiselSettings = Seq (
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
- "com.github.scopt" %% "scopt" % "3.7.1"
+ "com.github.scopt" %% "scopt" % "4.0.1"
),
) ++ (
// Tests from other projects may still run concurrently
diff --git a/build.sc b/build.sc
index 78b9307e..80a96fa0 100644
--- a/build.sc
+++ b/build.sc
@@ -107,7 +107,7 @@ class chisel3CrossModule(val crossScalaVersion: String) extends CommonModule wit
override def ivyDeps = m.ivyDeps() ++ Agg(
ivy"org.scalatest::scalatest:3.1.2",
ivy"org.scalatestplus::scalacheck-1-14:3.1.1.1",
- ivy"com.github.scopt::scopt:3.7.1"
+ ivy"com.github.scopt::scopt:4.0.1"
) ++ m.treadleIvyDeps
override def moduleDeps = super.moduleDeps ++ treadleModule