add Mima exclusion

This commit is contained in:
Eugene Yokota 2019-01-04 09:55:28 -05:00
parent fff6b044bc
commit 68d0da379e
1 changed files with 2 additions and 0 deletions

View File

@ -582,6 +582,8 @@ lazy val mainProj = (project in file("main"))
mimaBinaryIssueFilters ++= Vector(
// New and changed methods on KeyIndex. internal.
exclude[ReversedMissingMethodProblem]("sbt.internal.KeyIndex.*"),
// internal
exclude[IncompatibleMethTypeProblem]("sbt.internal.server.LanguageServerReporter.*"),
// Changed signature or removed private[sbt] methods
exclude[DirectMissingMethodProblem]("sbt.Classpaths.unmanagedLibs0"),