Skip to content

Commit ad3f698

Browse files
committedDec 9, 2024
Release 3.6.2
1 parent 795994f commit ad3f698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ object Build {
109109
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
110110
* During final, stable release is set exactly to `developedVersion`.
111111
*/
112-
val baseVersion = s"$developedVersion-RC3"
112+
val baseVersion = developedVersion
113113

114114
/** Final version of Scala compiler, controlled by environment variables. */
115115
val dottyVersion = {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = 2
343+
final val ExperimentalVersion: Int = 0
344344

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

0 commit comments

Comments
 (0)