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.
mimaPreviousDottyVersion
1 parent 4be18d5 commit 2a83e4cCopy full SHA for 2a83e4c
project/Build.scala
@@ -114,8 +114,9 @@ object Build {
114
* For a baseVersion `3.M.P` the mimaPreviousDottyVersion should be set to:
115
* - `3.M.0` if `P > 0`
116
* - `3.(M-1).0` if `P = 0`
117
+ * 3.6.1 is an exception from this rule - 3.6.0 was a broken release
118
*/
- val mimaPreviousDottyVersion = "3.5.0"
119
+ val mimaPreviousDottyVersion = "3.6.1"
120
121
/** LTS version against which we check binary compatibility.
122
*
0 commit comments