Skip to content

Commit 3060c0c

Browse files
Merge pull request #10592 from dotty-staging/rebootstrapp-compiler
Rebootstrapp compiler and update base version
2 parents ca71de8 + e845d3c commit 3060c0c

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
@@ -53,9 +53,9 @@ object MyScalaJSPlugin extends AutoPlugin {
5353
}
5454

5555
object Build {
56-
val referenceVersion = "3.0.0-M2"
56+
val referenceVersion = "3.0.0-RC1-bin-20201202-67d9790-NIGHTLY"
5757

58-
val baseVersion = "3.0.0-RC1"
58+
val baseVersion = "3.0.0-M3"
5959
val baseSbtDottyVersion = "0.4.7"
6060

6161
// Versions used by the vscode extension to create a new project

0 commit comments

Comments
 (0)