From 477b47d9a626dc96ad716ca35e89b9fbc557456c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Fri, 29 Mar 2024 11:33:28 +0100 Subject: [PATCH] Setup versions for 3.5.0 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index d9c224790b12..336d576c7207 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin { object Build { import ScaladocConfigs._ - val referenceVersion = "3.4.0" + val referenceVersion = "3.4.2-RC1" val baseVersion = "3.5.0-RC1" @@ -104,7 +104,7 @@ object Build { * set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest * 3.0.x release. */ - val previousDottyVersion = "3.4.0" + val previousDottyVersion = "3.4.1" /** Version against which we check binary compatibility. */ val ltsDottyVersion = "3.3.0"