From 761447a2d88563e2b6c0a5a538abd4a2ebf70620 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Mon, 17 May 2021 18:52:30 +0000 Subject: remove scopt dependency. (#1917) --- build.sbt | 1 - 1 file changed, 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index d7b68ed9..7e9c55e6 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,6 @@ lazy val chiselSettings = Seq ( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.1.2" % "test", "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % "test", - "com.github.scopt" %% "scopt" % "4.0.1" ), ) ++ ( // Tests from other projects may still run concurrently -- cgit v1.2.3