From 64f8c806cbb64f7f30f3930cf7588b83df6f6d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Wed, 24 Jan 2024 17:10:40 +0100 Subject: [PATCH] Release 3.4.0-RC3 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 2b5c18abe2ff..515cf04b8cf3 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -83,9 +83,9 @@ object DottyJSPlugin extends AutoPlugin { object Build { import ScaladocConfigs._ - val referenceVersion = "3.4.0-RC1" + val referenceVersion = "3.4.0-RC2" - val baseVersion = "3.4.0-RC2" + val baseVersion = "3.4.0-RC3" // Versions used by the vscode extension to create a new project // This should be the latest published releases.