Skip to content

Commit 73ecd48

Browse files
committed
Release Scala 3.8.0
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent 4efa712 commit 73ecd48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ object Build {
8080
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
8181
* During final, stable release is set exactly to `developedVersion`.
8282
*/
83-
val baseVersion = s"$developedVersion-RC6"
83+
val baseVersion = developedVersion
8484

8585
/** The version of TASTY that should be emitted, checked in runtime test
8686
* For defails on how TASTY version should be set see related discussions:
@@ -98,7 +98,7 @@ object Build {
9898
* - in release candidate branch is experimental if {patch == 0}
9999
* - in stable release is always non-experimetnal
100100
*/
101-
val expectedTastyVersion = "28.8-experimental-1"
101+
val expectedTastyVersion = "28.8"
102102
checkReleasedTastyVersion()
103103

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ object TastyFormat {
341341
* is able to read final TASTy documents if the file's
342342
* `MinorVersion` is strictly less than the current value.
343343
*/
344-
final val ExperimentalVersion: Int = 1
344+
final val ExperimentalVersion: Int = 0
345345

346346
/**This method implements a binary relation (`<:<`) between two TASTy versions.
347347
*

0 commit comments

Comments
 (0)