File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ object Build {
102
102
*
103
103
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
104
104
*/
105
- val referenceVersion = " 3.7.1 "
105
+ val referenceVersion = " 3.7.2-RC1 "
106
106
107
107
/** Version of the Scala compiler targeted in the current release cycle
108
108
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -113,7 +113,7 @@ object Build {
113
113
*
114
114
* Warning: Change of this variable might require updating `expectedTastyVersion`
115
115
*/
116
- val developedVersion = " 3.7.2 "
116
+ val developedVersion = " 3.7.3 "
117
117
118
118
/** The version of the compiler including the RC prefix.
119
119
* Defined as common base before calculating environment specific suffixes in `dottyVersion`
You can’t perform that action at this time.
0 commit comments