Skip to content

Commit 2a83e4c

Browse files
committed
Set mimaPreviousDottyVersion to 3.6.1
1 parent 4be18d5 commit 2a83e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ object Build {
114114
* For a baseVersion `3.M.P` the mimaPreviousDottyVersion should be set to:
115115
* - `3.M.0` if `P > 0`
116116
* - `3.(M-1).0` if `P = 0`
117+
* 3.6.1 is an exception from this rule - 3.6.0 was a broken release
117118
*/
118-
val mimaPreviousDottyVersion = "3.5.0"
119+
val mimaPreviousDottyVersion = "3.6.1"
119120

120121
/** LTS version against which we check binary compatibility.
121122
*

0 commit comments

Comments
 (0)