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