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 {
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`
You can’t perform that action at this time.
0 commit comments