From e845d3c2bf781f0edadabfbda66d8121ad6cf7dd Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 2 Dec 2020 11:32:12 +0100 Subject: [PATCH] Rebootstrapp compiler and update base version --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 916b7f2e4719..531351753046 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -53,9 +53,9 @@ object MyScalaJSPlugin extends AutoPlugin { } object Build { - val referenceVersion = "3.0.0-M2" + val referenceVersion = "3.0.0-RC1-bin-20201202-67d9790-NIGHTLY" - val baseVersion = "3.0.0-RC1" + val baseVersion = "3.0.0-M3" val baseSbtDottyVersion = "0.4.7" // Versions used by the vscode extension to create a new project