diff options
| -rw-r--r-- | build.sbt | 1 | ||||
| -rw-r--r-- | build.sc | 1 |
2 files changed, 0 insertions, 2 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 @@ -107,7 +107,6 @@ 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.2.2.0", - ivy"com.github.scopt::scopt:4.0.1" ) ++ m.treadleIvyDeps override def moduleDeps = super.moduleDeps ++ treadleModule |
