We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda9e1 commit c09e87eCopy full SHA for c09e87e
project/Build.scala
@@ -1055,7 +1055,7 @@ object DottyInjectedPlugin extends AutoPlugin {
1055
}
1056
1057
lazy val dist = project.
1058
- aggregate(`dotty-interfaces`, `dotty-library`, `dotty-compiler`).
+ dependsOn(`dotty-interfaces`).
1059
dependsOn(`dotty-compiler`).
1060
dependsOn(`dotty-library`).
1061
settings(commonNonBootstrappedSettings).
0 commit comments