Skip to content

Commit d9157b6

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 033a403 commit d9157b6

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
@@ -231,7 +231,7 @@ object Build {
231231

232232
// Same as `dotty` but using bootstrapped projects.
233233
lazy val `dotty-bootstrapped` = project.
234-
aggregate(`dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`, `dotty-doc-bootstrapped`,
234+
aggregate(`dotty-interfaces`, `dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`, `dotty-doc-bootstrapped`,
235235
dottySbtBridgeBootstrappedRef,
236236
`scala-library`, `scala-compiler`, `scala-reflect`, scalap).
237237
dependsOn(`dotty-compiler-bootstrapped`).

0 commit comments

Comments
 (0)