diff options
| author | Jiuyang Liu | 2021-05-17 18:52:30 +0000 |
|---|---|---|
| committer | GitHub | 2021-05-17 18:52:30 +0000 |
| commit | 761447a2d88563e2b6c0a5a538abd4a2ebf70620 (patch) | |
| tree | 57be09d8711a3f39a1dde2c7d31b30a77134422e /build.sbt | |
| parent | 5c35e17b142cd76f3ff333eb0edf05c2e8f79cfd (diff) | |
remove scopt dependency. (#1917)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
