Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7debedf

Browse files
committedNov 26, 2024·
Release Scala 3.6.2-RC2
1 parent 9eb2854 commit 7debedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/Build.scala

Lines changed: 1 addition & 1 deletion
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-RC1"
112+
val baseVersion = s"$developedVersion-RC2"
113113

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

0 commit comments

Comments
 (0)
Please sign in to comment.