Skip to content

Commit 7f8afa5

Browse files
authored
Publish scala2-library-cc-tasty (#19939)
Similar to #19588. We will start publishing `org.scala-lang::scala2-library-cc-tasty-experimental`. This is __not considered fully stable__. Example usage in SBT ```scala libraryDependencies += "org.scala-lang" %% "scala2-library-cc-tasty-experimental" % scalaVersion.value ```
2 parents 55025c2 + e60158c commit 7f8afa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ object Build {
21292129
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
21302130
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
21312131
aggregate(`scala3-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `scala3-sbt-bridge`, scala3PresentationCompiler).
2132-
bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`,
2132+
bootstrappedAggregate(`scala2-library-tasty`, `scala2-library-cc-tasty`, `scala3-language-server`, `scala3-staging`,
21332133
`scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc).
21342134
dependsOn(tastyCore).
21352135
dependsOn(dottyCompiler).

0 commit comments

Comments
 (0)