Skip to content

Commit a2f3b9e

Browse files
committed
Make dotty-boostrapped aggregate dotty-interfaces
This is needed so that dotty-bootstrapped/publishLocal publishes everything needed to use dotty.
1 parent 9910fd8 commit a2f3b9e

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
@@ -228,7 +228,7 @@ object Build {
228228

229229
// Same as `dotty` but using bootstrapped projects.
230230
lazy val `dotty-bootstrapped` = project.
231-
aggregate(`dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`, `dotty-doc-bootstrapped`,
231+
aggregate(`dotty-interfaces`, `dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`, `dotty-doc-bootstrapped`,
232232
dottySbtBridgeBootstrappedRef,
233233
`scala-library`, `scala-compiler`, `scala-reflect`, scalap).
234234
dependsOn(`dotty-compiler-bootstrapped`).

0 commit comments

Comments
 (0)