mirror of https://github.com/sbt/sbt.git
Merge pull request #7859 from eed3si9n/wip/bump_coursier
[1.x] lm-coursier 2.1.5, Coursier 2.1.14
This commit is contained in:
commit
658d378513
|
|
@ -77,7 +77,7 @@ object Dependencies {
|
||||||
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
|
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
|
||||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||||
|
|
||||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.4"
|
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.5"
|
||||||
|
|
||||||
def sjsonNew(n: String) =
|
def sjsonNew(n: String) =
|
||||||
Def.setting("com.eed3si9n" %% n % "0.10.1") // contrabandSjsonNewVersion.value
|
Def.setting("com.eed3si9n" %% n % "0.10.1") // contrabandSjsonNewVersion.value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue