mirror of https://github.com/sbt/sbt.git
lm-coursier 2.1.6
deps: Update Coursier to 2.1.14 → 2.1.19 in https://github.com/coursier/sbt-coursier/pull/539 * https://github.com/coursier/coursier/releases/tag/v2.1.15 * https://github.com/coursier/coursier/releases/tag/v2.1.16 * https://github.com/coursier/coursier/releases/tag/v2.1.17 * https://github.com/coursier/coursier/releases/tag/v2.1.18 * https://github.com/coursier/coursier/releases/tag/v2.1.19
This commit is contained in:
parent
1e5827ee5a
commit
25f4150aa7
|
|
@ -77,7 +77,7 @@ object Dependencies {
|
|||
def addSbtZincCompile = addSbtModule(sbtZincPath, "zincCompile", zincCompile)
|
||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.5"
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.6"
|
||||
|
||||
def sjsonNew(n: String) =
|
||||
Def.setting("com.eed3si9n" %% n % "0.10.1") // contrabandSjsonNewVersion.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue