Skip to content

Commit

Permalink
Mima filter
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed May 25, 2020
1 parent 47675c8 commit f4c0f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/MimaSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ object MimaSettings {
exclude[Problem]("*mima.plugin.SbtLogger*"),
exclude[Problem]("*mima.plugin.SbtMima.*"),
exclude[Problem]("scala.tools.nsc.mima*"),
exclude[DirectMissingMethodProblem]("*mima.lib.analyze.method.MethodChecker.hasMatchingCtorSig"),
),
)
}

0 comments on commit f4c0f09

Please sign in to comment.