Skip to content

Commit 8fe8039

Browse files
committed
Set MiMa previous version to 3.7.0
1 parent 659c9aa commit 8fe8039

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,8 @@ object Build {
177177
* For a developedVersion `3.M.P` the mimaPreviousDottyVersion should be set to:
178178
* - `3.M.0` if `P > 0`
179179
* - `3.(M-1).0` if `P = 0`
180-
* 3.6.2 is an exception from this rule - 3.6.0 was a broken release, 3.6.1 was hotfix (unstable) release
181180
*/
182-
val mimaPreviousDottyVersion = "3.7.0-RC1"
181+
val mimaPreviousDottyVersion = "3.7.0"
183182

184183
/** LTS version against which we check binary compatibility.
185184
*

0 commit comments

Comments
 (0)