Skip to content

Commit c09e87e

Browse files
committed
refine sbt task for dist
1 parent 0dda9e1 commit c09e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ object DottyInjectedPlugin extends AutoPlugin {
10551055
}
10561056

10571057
lazy val dist = project.
1058-
aggregate(`dotty-interfaces`, `dotty-library`, `dotty-compiler`).
1058+
dependsOn(`dotty-interfaces`).
10591059
dependsOn(`dotty-compiler`).
10601060
dependsOn(`dotty-library`).
10611061
settings(commonNonBootstrappedSettings).

0 commit comments

Comments
 (0)