File tree 2 files changed +3
-2
lines changed
tasty/src/dotty/tools/tasty
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ object Build {
143
143
* For a developedVersion `3.M.P` the mimaPreviousDottyVersion should be set to:
144
144
* - `3.M.0` if `P > 0`
145
145
* - `3.(M-1).0` if `P = 0`
146
+ * 3.6.1 is an exception from this rule - 3.6.0 was a broken release
146
147
*/
147
- val mimaPreviousDottyVersion = " 3.6.0 "
148
+ val mimaPreviousDottyVersion = " 3.6.1 "
148
149
149
150
/** LTS version against which we check binary compatibility.
150
151
*
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ object TastyFormat {
340
340
* is able to read final TASTy documents if the file's
341
341
* `MinorVersion` is strictly less than the current value.
342
342
*/
343
- final val ExperimentalVersion : Int = 0
343
+ final val ExperimentalVersion : Int = 2
344
344
345
345
/** This method implements a binary relation (`<:<`) between two TASTy versions.
346
346
*
You can’t perform that action at this time.
0 commit comments