Skip to content

Commit

Permalink
Publish scala2-library-cc-tasty (#19939)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
Linyxus committed May 6, 2024
2 parents 55025c2 + e60158c commit 7f8afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ object Build {
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
aggregate(`scala3-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `scala3-sbt-bridge`, scala3PresentationCompiler).
bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`,
bootstrappedAggregate(`scala2-library-tasty`, `scala2-library-cc-tasty`, `scala3-language-server`, `scala3-staging`,
`scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc).
dependsOn(tastyCore).
dependsOn(dottyCompiler).
Expand Down

0 comments on commit 7f8afa5

Please sign in to comment.