From a18c343bdc7b226817f37722652bfab37a264fc1 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 26 Nov 2018 23:59:28 -0500 Subject: [PATCH] Mima fix from #280 Not sure how but #280 has slipped through with Mima failing. --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index b4d612295..ae9692e1c 100644 --- a/build.sbt +++ b/build.sbt @@ -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*"),