Skip to content

Commit

Permalink
Fixed pull request pointer in mima.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioGela committed Oct 7, 2022
1 parent b683f6b commit f7e0d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mima.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ThisBuild / mimaBinaryIssueFilters ++= {
exclude[ReversedAbstractMethodProblem]("cats.free.ContravariantCoyoneda.k"),
exclude[DirectAbstractMethodProblem]("cats.free.Coyoneda.k"),
exclude[ReversedAbstractMethodProblem]("cats.free.Coyoneda.k")
) ++ // https://github.com/typelevel/cats/issues/4304
) ++ // https://github.com/typelevel/cats/pull/4315
Seq(
exclude[MissingClassProblem]("cats.compat.compat$package"),
exclude[MissingClassProblem]("cats.compat.compat$package$")
Expand Down

0 comments on commit f7e0d3e

Please sign in to comment.