We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659c9aa commit 8fe8039Copy full SHA for 8fe8039
project/Build.scala
@@ -177,9 +177,8 @@ object Build {
177
* For a developedVersion `3.M.P` the mimaPreviousDottyVersion should be set to:
178
* - `3.M.0` if `P > 0`
179
* - `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
181
*/
182
- val mimaPreviousDottyVersion = "3.7.0-RC1"
+ val mimaPreviousDottyVersion = "3.7.0"
183
184
/** LTS version against which we check binary compatibility.
185
*
0 commit comments