Skip to content

Commit

Permalink
Release 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 9, 2024
1 parent 795994f commit ad3f698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object Build {
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
* During final, stable release is set exactly to `developedVersion`.
*/
val baseVersion = s"$developedVersion-RC3"
val baseVersion = developedVersion

/** Final version of Scala compiler, controlled by environment variables. */
val dottyVersion = {
Expand Down
2 changes: 1 addition & 1 deletion tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ object TastyFormat {
* is able to read final TASTy documents if the file's
* `MinorVersion` is strictly less than the current value.
*/
final val ExperimentalVersion: Int = 2
final val ExperimentalVersion: Int = 0

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

0 comments on commit ad3f698

Please sign in to comment.