From 96e2787675f16f7eadd33fd9d440ae7e02dcaa1c Mon Sep 17 00:00:00 2001 From: Alexey Shuksto Date: Thu, 12 Oct 2023 12:31:13 +0300 Subject: [PATCH] fix bincompat --- build.sbt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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