mirror of https://github.com/sbt/sbt.git
Merge pull request #5241 from eed3si9n/bport/coursierbump
[1.3.x] lm-coursier-shaded 2.0.0-RC5-2
This commit is contained in:
commit
413994d3b4
|
|
@ -271,7 +271,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)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue