mirror of https://github.com/sbt/sbt.git
Fix mima
This commit is contained in:
parent
27b659d584
commit
93ec7cbe4c
|
|
@ -786,6 +786,7 @@ lazy val mainProj = (project in file("main"))
|
||||||
),
|
),
|
||||||
exclude[IncompatibleMethTypeProblem]("sbt.internal.GlobalPluginData.*"),
|
exclude[IncompatibleMethTypeProblem]("sbt.internal.GlobalPluginData.*"),
|
||||||
exclude[IncompatibleResultTypeProblem]("sbt.internal.GlobalPluginData.*"),
|
exclude[IncompatibleResultTypeProblem]("sbt.internal.GlobalPluginData.*"),
|
||||||
|
exclude[DirectMissingMethodProblem]("sbt.internal.GlobalPluginData.*"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.dependsOn(lmCore, lmIvy, lmCoursierShadedPublishing)
|
.dependsOn(lmCore, lmIvy, lmCoursierShadedPublishing)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue