Skip to content

Commit a7ee39a

Browse files
committed
Set TASTy version to 28.8-experimental-1 acording to procedure. Revert #23093
1 parent 8fe8039 commit a7ee39a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

project/Build.scala

+2-3
Original file line numberDiff line numberDiff 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 = {

tasty/src/dotty/tools/tasty/TastyFormat.scala

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)