Skip to content

Commit 1a32741

Browse files
committed
Update reference compiler to 3.0.0-M3
1 parent c8fb1fa commit 1a32741

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-M3-bin-20201213-e8d748e-NIGHTLY"
56+
val referenceVersion = "3.0.0-M3"
5757

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

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

0 commit comments

Comments
 (0)