From db43edc3f885f67d93feffe4d7236a7d04bf18d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Fri, 4 Nov 2022 13:14:54 +0100 Subject: [PATCH] Development version 3.3.0-RC1 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 610e452b4794..d735db6a8a5b 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -80,9 +80,9 @@ object DottyJSPlugin extends AutoPlugin { object Build { import ScaladocConfigs._ - val referenceVersion = "3.2.1" + val referenceVersion = "3.2.2-RC1" - val baseVersion = "3.2.2-RC1" + val baseVersion = "3.3.0-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.