Skip to content

Commit d9ecb34

Browse files
committed
Release Scala 3.6.2-RC3
1 parent d80d915 commit d9ecb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-RC2"
112+
val baseVersion = s"$developedVersion-RC3"
113113

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

0 commit comments

Comments
 (0)