From 128a6165f50d53fdb00a0cf6c9c1e45514470b03 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 1 Sep 2021 16:42:59 +0200 Subject: [PATCH] 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. --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 7ca09b2b1dd3..97d555346cff 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin { } object Build { - val referenceVersion = "3.1.0-RC1-bin-20210823-dd7a07a-NIGHTLY" + val referenceVersion = "3.1.0-RC1" - val baseVersion = "3.1.0-RC1" + val baseVersion = "3.1.0-RC2" // Versions used by the vscode extension to create a new project // This should be the latest published releases.