File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments