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 50a734c commit 6e25b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ ThisBuild / mimaBinaryIssueFilters ++= Seq(
// moved openssl/crypto bindings to fs2.hashing: #3454
ProblemFilters.exclude[DirectMissingMethodProblem]("fs2.hash.createHash"),
ProblemFilters.exclude[MissingClassProblem]("fs2.hash$Hash"),
ProblemFilters.exclude[MissingFieldProblem]("fs2.hash.openssl"),
ProblemFilters.exclude[MissingClassProblem]("fs2.hash$openssl$")
)

Expand Down

0 comments on commit 6e25b81

Please sign in to comment.