diff --git a/build.sbt b/build.sbt index cf2cdc93a..a88d5790e 100644 --- a/build.sbt +++ b/build.sbt @@ -274,7 +274,8 @@ val completeProj = (project in file("internal") / "util-complete") exclude[DirectMissingMethodProblem]("sbt.internal.util.complete.History.this"), exclude[IncompatibleMethTypeProblem]("sbt.internal.util.complete.Completion.suggestion"), exclude[IncompatibleMethTypeProblem]("sbt.internal.util.complete.Completion.token"), - exclude[IncompatibleMethTypeProblem]("sbt.internal.util.complete.Completion.displayOnly") + exclude[IncompatibleMethTypeProblem]("sbt.internal.util.complete.Completion.displayOnly"), + exclude[IncompatibleSignatureProblem]("sbt.internal.util.complete.*"), ), ) .configure(addSbtIO, addSbtUtilControl, addSbtUtilLogging) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dd09a47df..dec43838a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -112,7 +112,7 @@ object Dependencies { def addSbtZincCompileCore(p: Project): Project = addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore) - val lmCoursierVersion = "2.0.0-RC3-4" + val lmCoursierVersion = "2.0.0-RC5-2" val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion val sjsonNewScalaJson = Def.setting {