Skip to content

Commit 224de40

Browse files
committed
Add dotty-library-bootstrappedJS in the dotty-bootstrapped aggregate.
So that it gets published together with the rest of the distribution.
1 parent 1094674 commit 224de40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,8 @@ object Build {
14001400
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
14011401
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, tastyCore, dottyDoc, `dotty-sbt-bridge`).
14021402
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap,
1403-
`dotty-language-server`, `dotty-staging`, `dotty-tasty-inspector`, `dotty-tastydoc`).
1403+
`dotty-language-server`, `dotty-staging`, `dotty-tasty-inspector`, `dotty-tastydoc`,
1404+
`dotty-library-bootstrappedJS`).
14041405
dependsOn(tastyCore).
14051406
dependsOn(dottyCompiler).
14061407
dependsOn(dottyLibrary).

0 commit comments

Comments
 (0)