File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,8 @@ object Build {
141141 * - in release candidate branch is experimental if {patch == 0}
142142 * - in stable release is always non-experimetnal
143143 */
144- val expectedTastyVersion = " 28.7-experimental-1"
145- // TODO: Restore test when upgrading reference compiler to 3.7.0 stable
146- // checkReleasedTastyVersion()
144+ val expectedTastyVersion = " 28.8-experimental-1"
145+ checkReleasedTastyVersion()
147146
148147 /** Final version of Scala compiler, controlled by environment variables. */
149148 val dottyVersion = {
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ object TastyFormat {
324324 * compatibility, but remains backwards compatible, with all
325325 * preceding `MinorVersion`.
326326 */
327- final val MinorVersion : Int = 7
327+ final val MinorVersion : Int = 8
328328
329329 /** Natural Number. The `ExperimentalVersion` allows for
330330 * experimentation with changes to TASTy without committing
You can’t perform that action at this time.
0 commit comments