summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2017-12-21 15:28:12 -0800
committerGitHub2017-12-21 15:28:12 -0800
commit08dfb23c97ee8cd0a01e51511fcd156a7da61c02 (patch)
tree7da02bb1d8c8b910b97c828bdaa8adc60b7effe6 /build.sbt
parente27657118ff5915b96f8e3a467d464245fe09769 (diff)
Remove (possibly) extraneous aggregate() line. (#749)
Fixes #748
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 3c46bf49..0e1ab961 100644
--- a/build.sbt
+++ b/build.sbt
@@ -137,7 +137,6 @@ lazy val chisel = (project in file(".")).
// Prevent separate JARs from being generated for coreMacros and chiselFrontend.
dependsOn(coreMacros % "compile-internal;test-internal").
dependsOn(chiselFrontend % "compile-internal;test-internal").
- aggregate(coreMacros, chiselFrontend).
settings(
scalacOptions in Test ++= Seq("-language:reflectiveCalls"),
scalacOptions in Compile in doc ++= Seq(