Skip to content

Commit

Permalink
Bump scopt from 3.6.0 -> 3.7.0 (#877)
Browse files Browse the repository at this point in the history
This bumps scopt from 3.6.0 to 3.7.0 to align with FIRRTL. FIRRTL
requires 3.7.0+ for added scopt methods that allow introspection
of options (e.g., examing the short options of a long option).
This bump avoids a compile-time warning due to the version
mistmatch.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
  • Loading branch information
seldridge authored Sep 7, 2018
1 parent a5185d2 commit 69d247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69d247b

Please sign in to comment.