From 76b2ea03cdc91352592912f8bd239a389d920df8 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 25 Jun 2018 22:34:55 -0400 Subject: [PATCH] Fix mima issue --- build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sbt b/build.sbt index 93237deed..95df5d4ab 100644 --- a/build.sbt +++ b/build.sbt @@ -459,6 +459,9 @@ lazy val commandProj = (project in file("main-command")) exclude[DirectMissingMethodProblem]("sbt.CommandSource.copy$default$*"), exclude[DirectMissingMethodProblem]("sbt.Exec.copy"), exclude[DirectMissingMethodProblem]("sbt.Exec.copy$default$*"), + + // internal + exclude[ReversedMissingMethodProblem]("sbt.internal.client.ServerConnection.*"), ), unmanagedSources in (Compile, headerCreate) := { val old = (unmanagedSources in (Compile, headerCreate)).value