Skip to content

Commit 4c2e39e

Browse files
All artefacts renamed from dotty to scala3
1 parent be6bcaf commit 4c2e39e

File tree

3 files changed

+145
-145
lines changed

3 files changed

+145
-145
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Test
9595
run: |
96-
./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;configureIDE"
96+
./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;configureIDE"
9797
./project/scripts/bootstrapCmdTests
9898
9999
community_build:
@@ -271,7 +271,7 @@ jobs:
271271

272272
- name: Publish Nightly
273273
run: |
274-
./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease"
274+
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
275275
276276
nightly_documentation:
277277
runs-on: self-hosted
@@ -377,7 +377,7 @@ jobs:
377377
run: |
378378
./project/scripts/sbt dist/packArchive
379379
sha256sum dist/target/dotty-* > dist/target/sha256sum.txt
380-
./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease"
380+
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
381381
echo "::set-env name=RELEASE_TAG::${GITHUB_REF#*refs/tags/}"
382382
383383
- name: Create GitHub Release

build.sbt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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`
1818
val `tasty-core` = Build.`tasty-core`
1919
val `tasty-core-bootstrapped` = Build.`tasty-core-bootstrapped`
2020
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`
2424
val `scala-library` = Build.`scala-library`
2525
val `scala-compiler` = Build.`scala-compiler`
2626
val `scala-reflect` = Build.`scala-reflect`

0 commit comments

Comments
 (0)