Skip to content

Commit

Permalink
Merge pull request #282 from eed3si9n/wip/mima-fix
Browse files Browse the repository at this point in the history
Mima fix from #280
  • Loading branch information
eed3si9n authored Nov 27, 2018
2 parents a01c43e + a18c343 commit 9107125
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 @@ -162,6 +162,7 @@ lazy val lmCore = (project in file("core"))
// there are no call sites in bytecode because the value got inlined
// also it's wouldn't work so I doubt anyone has made use of it
exclude[DirectMissingMethodProblem]("sbt.librarymanagement.CrossVersionFunctions.Disabled"),
exclude[IncompatibleResultTypeProblem]("sbt.librarymanagement.CrossVersionFunctions.Disabled"),

// contraband issue
exclude[DirectMissingMethodProblem]("sbt.internal.librarymanagement.ConfigurationReportLite.copy*"),
Expand Down

0 comments on commit 9107125

Please sign in to comment.