Skip to content

Commit

Permalink
Release Scala 3.6.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Nov 19, 2024
1 parent 5a4f446 commit 236cb8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 236cb8a

Please sign in to comment.