Skip to content

Commit b1da8fc

Browse files
[chore]: Setup development for 3.7.3 cycle (#23395)
We're starting developement cycle for 3.7.3 We're starting to use 3.7.2-RC1 as reference compiler
1 parent 26cb21b commit b1da8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ object Build {
102102
*
103103
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
104104
*/
105-
val referenceVersion = "3.7.1"
105+
val referenceVersion = "3.7.2-RC1"
106106

107107
/** Version of the Scala compiler targeted in the current release cycle
108108
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -113,7 +113,7 @@ object Build {
113113
*
114114
* Warning: Change of this variable might require updating `expectedTastyVersion`
115115
*/
116-
val developedVersion = "3.7.2"
116+
val developedVersion = "3.7.3"
117117

118118
/** The version of the compiler including the RC prefix.
119119
* Defined as common base before calculating environment specific suffixes in `dottyVersion`

0 commit comments

Comments
 (0)