Skip to content

Commit 41afe16

Browse files
committed
Set reference compiler and mima previous version to 3.7.0
1 parent 48e8328 commit 41afe16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)