|
1 |
| -val dotty = Build.dotty |
2 |
| -val `dotty-bootstrapped` = Build.`dotty-bootstrapped` |
3 |
| -val `dotty-interfaces` = Build.`dotty-interfaces` |
4 |
| -val `dotty-doc` = Build.`dotty-doc` |
5 |
| -val `dotty-doc-bootstrapped` = Build.`dotty-doc-bootstrapped` |
6 |
| -val `dotty-compiler` = Build.`dotty-compiler` |
7 |
| -val `dotty-compiler-bootstrapped` = Build.`dotty-compiler-bootstrapped` |
8 |
| -val `dotty-library` = Build.`dotty-library` |
9 |
| -val `dotty-library-bootstrapped` = Build.`dotty-library-bootstrapped` |
10 |
| -val `dotty-library-bootstrappedJS` = Build.`dotty-library-bootstrappedJS` |
11 |
| -val `dotty-sbt-bridge` = Build.`dotty-sbt-bridge` |
12 |
| -val `dotty-sbt-bridge-tests` = Build.`dotty-sbt-bridge-tests` |
13 |
| -val `dotty-staging` = Build.`dotty-staging` |
14 |
| -val `dotty-tasty-inspector` = Build.`dotty-tasty-inspector` |
15 |
| -val `dotty-language-server` = Build.`dotty-language-server` |
16 |
| -val `dotty-bench` = Build.`dotty-bench` |
17 |
| -val `dotty-bench-bootstrapped` = Build.`dotty-bench-bootstrapped` |
| 1 | +val scala3 = Build.scala3 |
| 2 | +val `scala3-bootstrapped` = Build.`scala3-bootstrapped` |
| 3 | +val `scala3-interfaces` = Build.`scala3-interfaces` |
| 4 | +val `scala3-doc` = Build.`scala3-doc` |
| 5 | +val `scala3-doc-bootstrapped` = Build.`scala3-doc-bootstrapped` |
| 6 | +val `scala3-compiler` = Build.`scala3-compiler` |
| 7 | +val `scala3-compiler-bootstrapped` = Build.`scala3-compiler-bootstrapped` |
| 8 | +val `scala3-library` = Build.`scala3-library` |
| 9 | +val `scala3-library-bootstrapped` = Build.`scala3-library-bootstrapped` |
| 10 | +val `scala3-library-bootstrappedJS` = Build.`scala3-library-bootstrappedJS` |
| 11 | +val `scala3-sbt-bridge` = Build.`scala3-sbt-bridge` |
| 12 | +val `scala3-sbt-bridge-tests` = Build.`scala3-sbt-bridge-tests` |
| 13 | +val `scala3-staging` = Build.`scala3-staging` |
| 14 | +val `scala3-tasty-inspector` = Build.`scala3-tasty-inspector` |
| 15 | +val `scala3-language-server` = Build.`scala3-language-server` |
| 16 | +val `scala3-bench` = Build.`scala3-bench` |
| 17 | +val `scala3-bench-bootstrapped` = Build.`scala3-bench-bootstrapped` |
18 | 18 | val `tasty-core` = Build.`tasty-core`
|
19 | 19 | val `tasty-core-bootstrapped` = Build.`tasty-core-bootstrapped`
|
20 | 20 | val `tasty-core-scala2` = Build.`tasty-core-scala2`
|
21 |
| -val `dotty-tastydoc` = Build.`dotty-tastydoc` |
22 |
| -val `dotty-tastydoc-input` = Build.`dotty-tastydoc-input` |
23 |
| -val `dotty-bench-run` = Build.`dotty-bench-run` |
| 21 | +val `scala3-tastydoc` = Build.`scala3-tastydoc` |
| 22 | +val `scala3-tastydoc-input` = Build.`scala3-tastydoc-input` |
| 23 | +val `scala3-bench-run` = Build.`scala3-bench-run` |
24 | 24 | val `scala-library` = Build.`scala-library`
|
25 | 25 | val `scala-compiler` = Build.`scala-compiler`
|
26 | 26 | val `scala-reflect` = Build.`scala-reflect`
|
|
0 commit comments