Skip to content

Commit 7c0f6b1

Browse files
committed
add Mima exclusions
1 parent da63527 commit 7c0f6b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: mima.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ ThisBuild / mimaBinaryIssueFilters ++= {
149149
Seq(
150150
exclude[MissingClassProblem]("cats.compat.compat$package"),
151151
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")
152156
)
153157
}
154158

0 commit comments

Comments
 (0)