File tree 2 files changed +4
-4
lines changed
tasty/src/dotty/tools/tasty
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ object Build {
98
98
*
99
99
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
100
100
*/
101
- val referenceVersion = " 3.6.3-RC2 "
101
+ val referenceVersion = " 3.6.3"
102
102
103
103
/** Version of the Scala compiler targeted in the current release cycle
104
104
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -136,7 +136,7 @@ object Build {
136
136
* - in release candidate branch is experimental if {patch == 0}
137
137
* - in stable release is always non-experimetnal
138
138
*/
139
- val expectedTastyVersion = " 28.7-experimental-1 "
139
+ val expectedTastyVersion = " 28.6 "
140
140
checkReleasedTastyVersion()
141
141
142
142
/** Final version of Scala compiler, controlled by environment variables. */
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ object TastyFormat {
324
324
* compatibility, but remains backwards compatible, with all
325
325
* preceding `MinorVersion`.
326
326
*/
327
- final val MinorVersion : Int = 7
327
+ final val MinorVersion : Int = 6
328
328
329
329
/** Natural Number. The `ExperimentalVersion` allows for
330
330
* experimentation with changes to TASTy without committing
@@ -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 = 1
343
+ final val ExperimentalVersion : Int = 0
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