Skip to content

Commit

Permalink
Release Scala 3.6.2-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Nov 28, 2024
1 parent d80d915 commit d9ecb34
Showing 1 changed file with 1 addition and 1 deletion.
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-RC2"
val baseVersion = s"$developedVersion-RC3"

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

0 comments on commit d9ecb34

Please sign in to comment.