File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ object Build {
9797 * - In release branch it should be the last stable release
9898 * 3.6.0-RC1 was released as 3.6.0 - it's having and experimental TASTy version
9999 */
100- val referenceVersion = " 3.6.0 "
100+ val referenceVersion = " 3.6.2 "
101101
102102 /** Version of the Scala compiler targeted in the current release cycle
103103 * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -151,7 +151,7 @@ object Build {
151151 * - `3.(M-1).0` if `P = 0`
152152 * 3.6.1 is an exception from this rule - 3.6.0 was a broken release
153153 */
154- val mimaPreviousDottyVersion = " 3.6.1 "
154+ val mimaPreviousDottyVersion = " 3.6.2 "
155155
156156 /** LTS version against which we check binary compatibility.
157157 *
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 = 1
343+ final val ExperimentalVersion : Int = 0
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