mirror of https://github.com/sbt/sbt.git
Merge pull request #5354 from eed3si9n/wip/bumpcoursier
lm-coursier-shaded 2.0.0-RC5-3
This commit is contained in:
commit
3d510e27ad
|
|
@ -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