Skip to content

Commit

Permalink
Mima exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Jul 7, 2024
1 parent ee9958e commit 50a734c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[ReversedMissingMethodProblem](
"fs2.io.file.PosixFileAttributes.fs2$io$file$PosixFileAttributes$$super#Code"
),
// moved openssl bindings to fs2.hashing: #3454
// moved openssl/crypto bindings to fs2.hashing: #3454
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.hash.createHash"),
ProblemFilters.exclude[MissingClassProblem]("fs2.hash$Hash")
ProblemFilters.exclude[MissingClassProblem]("fs2.hash$Hash"),
ProblemFilters.exclude[MissingClassProblem]("fs2.hash$openssl$")
)

lazy val root = tlCrossRootProject
Expand Down

0 comments on commit 50a734c

Please sign in to comment.