From 08dfb23c97ee8cd0a01e51511fcd156a7da61c02 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 21 Dec 2017 15:28:12 -0800 Subject: Remove (possibly) extraneous aggregate() line. (#749) Fixes #748--- build.sbt | 1 - 1 file changed, 1 deletion(-) 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( -- cgit v1.2.3