Skip to content

Commit 236cb8a

Browse files
committed
Release Scala 3.6.2-RC1
1 parent 5a4f446 commit 236cb8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ object Build {
143143
* For a developedVersion `3.M.P` the mimaPreviousDottyVersion should be set to:
144144
* - `3.M.0` if `P > 0`
145145
* - `3.(M-1).0` if `P = 0`
146+
* 3.6.1 is an exception from this rule - 3.6.0 was a broken release
146147
*/
147-
val mimaPreviousDottyVersion = "3.6.0"
148+
val mimaPreviousDottyVersion = "3.6.1"
148149

149150
/** LTS version against which we check binary compatibility.
150151
*

tasty/src/dotty/tools/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ object TastyFormat {
340340
* is able to read final TASTy documents if the file's
341341
* `MinorVersion` is strictly less than the current value.
342342
*/
343-
final val ExperimentalVersion: Int = 0
343+
final val ExperimentalVersion: Int = 2
344344

345345
/**This method implements a binary relation (`<:<`) between two TASTy versions.
346346
*

0 commit comments

Comments
 (0)