We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da63527 commit 7c0f6b1Copy full SHA for 7c0f6b1
mima.sbt
@@ -149,6 +149,10 @@ ThisBuild / mimaBinaryIssueFilters ++= {
149
Seq(
150
exclude[MissingClassProblem]("cats.compat.compat$package"),
151
exclude[MissingClassProblem]("cats.compat.compat$package$")
152
+ ) ++
153
+ Seq( // https://github.com/typelevel/cats/pull/4299
154
+ exclude[ReversedMissingMethodProblem]("cats.data.RWSTAlternative1.cats$data$RWSTAlternative1$$super$pure"),
155
+ exclude[ReversedMissingMethodProblem]("cats.data.RWSTAlternative1.cats$data$RWSTAlternative1$$super$ap")
156
)
157
}
158
0 commit comments