Skip to content

Commit afc19b9

Browse files
committed
Release Scala 3.7.3-RC1
1 parent ac9c744 commit afc19b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object Build {
5252
*
5353
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
5454
*/
55-
val referenceVersion = "3.7.2-RC2"
55+
val referenceVersion = "3.7.2"
5656

5757
/** Version of the Scala compiler targeted in the current release cycle
5858
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -90,7 +90,7 @@ object Build {
9090
* - in release candidate branch is experimental if {patch == 0}
9191
* - in stable release is always non-experimetnal
9292
*/
93-
val expectedTastyVersion = "28.8-experimental-1"
93+
val expectedTastyVersion = "28.7"
9494
checkReleasedTastyVersion()
9595

9696
/** Final version of Scala compiler, controlled by environment variables. */

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

Lines changed: 2 additions & 2 deletions
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 = 8
327+
final val MinorVersion: Int = 7
328328

329329
/** Natural Number. The `ExperimentalVersion` allows for
330330
* experimentation with changes to TASTy without committing
@@ -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
*

0 commit comments

Comments
 (0)