Skip to content

Commit efb6ce7

Browse files
committed
Release Scala 3.7.2
1 parent 3bfb052 commit efb6ce7

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
@@ -122,7 +122,7 @@ object Build {
122122
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
123123
* During final, stable release is set exactly to `developedVersion`.
124124
*/
125-
val baseVersion = s"$developedVersion-RC2"
125+
val baseVersion = developedVersion
126126

127127
/** The version of TASTY that should be emitted, checked in runtime test
128128
* For defails on how TASTY version should be set see related discussions:

0 commit comments

Comments
 (0)