Skip to content

Commit 15c5504

Browse files
authored
Merge pull request #13438 from dotty-staging/update-reference-compiler-to-3.1.0-RC1
Update reference compiler to 3.1.0-RC1
2 parents d8cf8a3 + 128a616 commit 15c5504

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)