From 69d247becb5d66c566ba4face2852516dd28cde2 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Fri, 7 Sep 2018 15:24:58 -0400 Subject: Bump scopt from 3.6.0 -> 3.7.0 (#877) 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 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3