summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index cc4dee41..1a47d7c1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -219,7 +219,11 @@ lazy val chisel = (project in file(".")).
lazy val noPluginTests = (project in file ("no-plugin-tests")).
dependsOn(chisel).
settings(commonSettings: _*).
- settings(chiselSettings: _*)
+ settings(chiselSettings: _*).
+ settings(Seq(
+ // Totally don't know why GitHub Action won't introduce FIRRTL to dependency.
+ libraryDependencies += defaultVersions("firrtl"),
+ ))
lazy val docs = project // new documentation project
.in(file("docs-target")) // important: it must not be docs/