We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e8328 commit 41afe16Copy full SHA for 41afe16
project/Build.scala
@@ -103,7 +103,7 @@ object Build {
103
*
104
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
105
*/
106
- val referenceVersion = "3.7.0-RC4"
+ val referenceVersion = "3.7.0"
107
108
/** Version of the Scala compiler targeted in the current release cycle
109
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -178,7 +178,7 @@ object Build {
178
* - `3.(M-1).0` if `P = 0`
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
181
- val mimaPreviousDottyVersion = "3.7.0-RC1"
+ val mimaPreviousDottyVersion = "3.7.0"
182
183
/** LTS version against which we check binary compatibility.
184
0 commit comments