Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b84e4f2

Browse files
committedApr 27, 2017
Make dotty-boostrapped aggregate dotty-interfaces
This is needed so that dotty-bootstrapped/publishLocal publishes everything needed to use dotty.
1 parent 1963895 commit b84e4f2

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)
Please sign in to comment.