diff options
| author | Jim Lawson | 2017-12-21 15:28:12 -0800 |
|---|---|---|
| committer | GitHub | 2017-12-21 15:28:12 -0800 |
| commit | 08dfb23c97ee8cd0a01e51511fcd156a7da61c02 (patch) | |
| tree | 7da02bb1d8c8b910b97c828bdaa8adc60b7effe6 /build.sbt | |
| parent | e27657118ff5915b96f8e3a467d464245fe09769 (diff) | |
Remove (possibly) extraneous aggregate() line. (#749)
Fixes #748
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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( |
