mirror of https://github.com/sbt/sbt.git
lm-coursier 2.0.9
https://github.com/coursier/sbt-coursier/releases/tag/v2.0.9 https://github.com/coursier/coursier/releases/tag/v2.1.0-M1
This commit is contained in:
parent
b2f0b7dada
commit
db17b5a462
|
|
@ -77,7 +77,7 @@ object Dependencies {
|
||||||
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompileJVM2_12", zincCompile)
|
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompileJVM2_12", zincCompile)
|
||||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCoreJVM2_12", zincCompileCore)
|
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCoreJVM2_12", zincCompileCore)
|
||||||
|
|
||||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.8"
|
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.9"
|
||||||
|
|
||||||
def sjsonNew(n: String) =
|
def sjsonNew(n: String) =
|
||||||
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
|
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue