Skip to content

Commit 3747c5c

Browse files
committed
fix bincompat
1 parent cb4834d commit 3747c5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
236236
),
237237
ProblemFilters.exclude[InheritedNewAbstractMethodProblem](
238238
"fs2.io.file.Files.openSeekableByteChannel"
239+
),
240+
// package-private method: #3318
241+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
242+
"fs2.io.package.readInputStreamGeneric"
239243
)
240244
)
241245

0 commit comments

Comments
 (0)