mirror of https://github.com/sbt/sbt.git
lm-coursier-shaded 2.0.0-RC5-3
Fixes https://github.com/sbt/sbt/issues/5333 Fixes https://github.com/sbt/sbt/issues/5324 Fixes https://github.com/sbt/sbt/issues/5268 Ref https://github.com/sbt/sbt/issues/5282
This commit is contained in:
parent
990ef8af82
commit
9d857d3d95
|
|
@ -89,7 +89,7 @@ object Dependencies {
|
|||
def addSbtZincCompileCore(p: Project): Project =
|
||||
addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
val lmCoursierVersion = "2.0.0-RC5-2"
|
||||
val lmCoursierVersion = "2.0.0-RC5-3"
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
|
||||
|
||||
val sjsonNewScalaJson = Def.setting {
|
||||
|
|
|
|||
Loading…
Reference in New Issue