Skip to content

Commit adf6962

Browse files
committed
refine sbt task for dist
1 parent a308e5a commit adf6962

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
@@ -1043,7 +1043,7 @@ object DottyInjectedPlugin extends AutoPlugin {
10431043
}
10441044

10451045
lazy val dist = project.
1046-
aggregate(`dotty-interfaces`, `dotty-library`, `dotty-compiler`).
1046+
dependsOn(`dotty-interfaces`).
10471047
dependsOn(`dotty-compiler`).
10481048
dependsOn(`dotty-library`).
10491049
settings(commonNonBootstrappedSettings).

0 commit comments

Comments
 (0)