diff --git a/build.sbt b/build.sbt index 20b55a6a1a..fe2f7193ad 100644 --- a/build.sbt +++ b/build.sbt @@ -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