Skip to content

Commit 9df0814

Browse files
committed
Package Scala 2 library TASTy when publishing
1 parent 67e4d1e commit 9df0814

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
@@ -2112,7 +2112,7 @@ object Build {
21122112
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
21132113
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
21142114
aggregate(`scala3-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `scala3-sbt-bridge`, scala3PresentationCompiler).
2115-
bootstrappedAggregate(`scala3-language-server`, `scala3-staging`,
2115+
bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`,
21162116
`scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc).
21172117
dependsOn(tastyCore).
21182118
dependsOn(dottyCompiler).

0 commit comments

Comments
 (0)