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 96e2787
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
),
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.concurrent.Channel.closeWithElement"
)
),
// package-private method: #3318
ProblemFilters.exclude[IncompatibleMethTypeProblem](
"fs2.io.package.readInputStreamGeneric"
),
)

lazy val root = tlCrossRootProject
Expand Down

0 comments on commit 96e2787

Please sign in to comment.