Skip to content

Commit

Permalink
add Mima exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
satorg committed Oct 28, 2022
1 parent da63527 commit 7c0f6b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mima.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ ThisBuild / mimaBinaryIssueFilters ++= {
Seq(
exclude[MissingClassProblem]("cats.compat.compat$package"),
exclude[MissingClassProblem]("cats.compat.compat$package$")
) ++
Seq( // https://github.com/typelevel/cats/pull/4299
exclude[ReversedMissingMethodProblem]("cats.data.RWSTAlternative1.cats$data$RWSTAlternative1$$super$pure"),
exclude[ReversedMissingMethodProblem]("cats.data.RWSTAlternative1.cats$data$RWSTAlternative1$$super$ap")
)
}

Expand Down

0 comments on commit 7c0f6b1

Please sign in to comment.