Skip to content

Commit

Permalink
fix bincompat
Browse files Browse the repository at this point in the history
  • Loading branch information
seigert committed Oct 12, 2023
1 parent 0daff17 commit aea8f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
),
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.concurrent.Channel.closeWithElement"
),
// package-private method: #3318
ProblemFilters.exclude[IncompatibleMethTypeProblem](
"fs2.io.package.readInputStreamGeneric"
)
)

Expand Down

0 comments on commit aea8f85

Please sign in to comment.