Skip to content

Commit 4a1b66d

Browse files
committed
Release Scala 3.8.3-RC1
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent b4be598 commit 4a1b66d

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
@@ -60,7 +60,7 @@ object Build {
6060
*
6161
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
6262
*/
63-
val referenceVersion = "3.8.2-RC3"
63+
val referenceVersion = "3.8.2"
6464

6565
/** Version of the Scala compiler targeted in the current release cycle
6666
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -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.9-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ object TastyFormat {
325325
* compatibility, but remains backwards compatible, with all
326326
* preceding `MinorVersion`.
327327
*/
328-
final val MinorVersion: Int = 9
328+
final val MinorVersion: Int = 8
329329

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