Skip to content

Commit 042604c

Browse files
committed
Re-bootstrap compiler
Use 3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY as reference compiler. This compiler disables experimental language features from non nightly/snapshot compilers.
1 parent ab2664f commit 042604c

File tree

3 files changed

+1
-162
lines changed

3 files changed

+1
-162
lines changed

library/src-non-bootstrapped/scala/compiletime/package.scala

Lines changed: 0 additions & 161 deletions
This file was deleted.

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object MyScalaJSPlugin extends AutoPlugin {
6363
}
6464

6565
object Build {
66-
val referenceVersion = "3.0.0-RC2-bin-20210318-e60ef35-NIGHTLY"
66+
val referenceVersion = "3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY"
6767

6868
val baseVersion = "3.0.0-RC2"
6969
val baseSbtDottyVersion = "0.5.4"

0 commit comments

Comments
 (0)