From d49910955b578a4b01074d6f3f223645eef0bc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Wed, 2 Mar 2022 14:49:24 +0100 Subject: [PATCH] Update compiler base version to 3.2.0-RC1. For the upcoming forward-incompatible changes. --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 7c6f5e5953a5..83c24ed29b9b 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -59,7 +59,7 @@ object Build { val referenceVersion = "3.1.2-RC1" - val baseVersion = "3.1.3-RC1" + val baseVersion = "3.2.0-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.