Skip to content

Commit

Permalink
Add mima exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Jan 20, 2024
1 parent 396fc96 commit 4795b63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
// sealed trait: #3349
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.io.net.tls.TLSParameters.withClientAuthType"
),
// equals/hashCode/toString on file attributes: #3345
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.io.file.PosixFileAttributes.fs2$io$file$PosixFileAttributes$$super=uals"
),
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.io.file.PosixFileAttributes.fs2$io$file$PosixFileAttributes$$super#Code"
)
)

Expand Down

0 comments on commit 4795b63

Please sign in to comment.