mirror of https://github.com/sbt/sbt.git
Merge pull request #5419 from anilkumarmyla/update/coursier-2.0.0-RC5-6
Update coursier to 2.0.0-RC5-6
This commit is contained in:
commit
06e8bc4476
|
|
@ -76,7 +76,7 @@ object Dependencies {
|
|||
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
|
||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0-RC5-3"
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0-RC6"
|
||||
|
||||
def sjsonNew(n: String) = Def.setting("com.eed3si9n" %% n % contrabandSjsonNewVersion.value)
|
||||
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
|
||||
|
|
|
|||
Loading…
Reference in New Issue