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 @@ -103,7 +103,7 @@ object Build {
103103 *
104104 * Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
105105 */
106- val referenceVersion = " 3.7.0-RC4 "
106+ val referenceVersion = " 3.7.0"
107107
108108 /** Version of the Scala compiler targeted in the current release cycle
109109 * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -178,7 +178,7 @@ object Build {
178178 * - `3.(M-1).0` if `P = 0`
179179 * 3.6.2 is an exception from this rule - 3.6.0 was a broken release, 3.6.1 was hotfix (unstable) release
180180 */
181- val mimaPreviousDottyVersion = " 3.7.0-RC1 "
181+ val mimaPreviousDottyVersion = " 3.7.0"
182182
183183 /** LTS version against which we check binary compatibility.
184184 *
You can’t perform that action at this time.
0 commit comments