Skip to content

Commit ec1470b

Browse files
committed
mima exclusion
1 parent a727bf4 commit ec1470b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
233233
),
234234
ProblemFilters.exclude[ReversedMissingMethodProblem](
235235
"fs2.concurrent.Channel.closeWithElement"
236+
),
237+
ProblemFilters.exclude[InheritedNewAbstractMethodProblem](
238+
"fs2.io.file.Files.openSeekableByteChannel"
236239
)
237240
)
238241

0 commit comments

Comments
 (0)