Skip to content

Commit 128a616

Browse files
committed
Update reference compiler to 3.1.0-RC1
and set base version to 3.1.0-RC2 Note: We need an RC2 because we need to compile 3.1.0 with a stable compiler, 3.1.0-RC1 was build with a nightly compiler.
1 parent d8cf8a3 commit 128a616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin {
6363
}
6464

6565
object Build {
66-
val referenceVersion = "3.1.0-RC1-bin-20210823-dd7a07a-NIGHTLY"
66+
val referenceVersion = "3.1.0-RC1"
6767

68-
val baseVersion = "3.1.0-RC1"
68+
val baseVersion = "3.1.0-RC2"
6969

7070
// Versions used by the vscode extension to create a new project
7171
// This should be the latest published releases.

0 commit comments

Comments
 (0)