File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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. */
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments