Skip to content

Commit

Permalink
Fix ProblemFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
tothpeti committed Sep 11, 2023
1 parent 2d586e5 commit eaeb13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
"fs2.Chunk.platformIterable"
),
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.concurrent.Channel.sendAndClose"
"fs2.concurrent.Channel.closeWithElement"
)
)

Expand Down

0 comments on commit eaeb13b

Please sign in to comment.