File tree 2 files changed +3
-4
lines changed
tasty/src/dotty/tools/tasty
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,8 @@ object Build {
141
141
* - in release candidate branch is experimental if {patch == 0}
142
142
* - in stable release is always non-experimetnal
143
143
*/
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()
147
146
148
147
/** Final version of Scala compiler, controlled by environment variables. */
149
148
val dottyVersion = {
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 = 8
328
328
329
329
/** Natural Number. The `ExperimentalVersion` allows for
330
330
* experimentation with changes to TASTy without committing
You can’t perform that action at this time.
0 commit comments