From 236cb8ae058bc859c0aaa865072f046ab2a7fe29 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 19 Nov 2024 13:06:08 +0100 Subject: [PATCH] Release Scala 3.6.2-RC1 --- project/Build.scala | 3 ++- tasty/src/dotty/tools/tasty/TastyFormat.scala | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 46342f3f5aae..c6d808d805db 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -143,8 +143,9 @@ object Build { * For a developedVersion `3.M.P` the mimaPreviousDottyVersion should be set to: * - `3.M.0` if `P > 0` * - `3.(M-1).0` if `P = 0` + * 3.6.1 is an exception from this rule - 3.6.0 was a broken release */ - val mimaPreviousDottyVersion = "3.6.0" + val mimaPreviousDottyVersion = "3.6.1" /** LTS version against which we check binary compatibility. * diff --git a/tasty/src/dotty/tools/tasty/TastyFormat.scala b/tasty/src/dotty/tools/tasty/TastyFormat.scala index 8da8879185f5..675716d053cf 100644 --- a/tasty/src/dotty/tools/tasty/TastyFormat.scala +++ b/tasty/src/dotty/tools/tasty/TastyFormat.scala @@ -340,7 +340,7 @@ object TastyFormat { * is able to read final TASTy documents if the file's * `MinorVersion` is strictly less than the current value. */ - final val ExperimentalVersion: Int = 0 + final val ExperimentalVersion: Int = 2 /**This method implements a binary relation (`<:<`) between two TASTy versions. *