From ca390107760d3b929b29bfd949dd29bcee3168e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Fri, 17 Nov 2023 14:23:11 +0100 Subject: [PATCH] Set reference version to 3.3.1-RC1 [Cherry-picked 3af02dc198eb6c2847416c18ca46c7b63f65c973][modified] --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index f3ec6bb54548..e950459eb9e0 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -80,9 +80,9 @@ object DottyJSPlugin extends AutoPlugin { object Build { import ScaladocConfigs._ - val referenceVersion = "3.3.0" + val referenceVersion = "3.3.1-RC1" - val baseVersion = "3.3.1" + val baseVersion = "3.3.2-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.