mirror of https://github.com/sbt/sbt.git
[2.x] sjson-new 0.15.1
This commit is contained in:
parent
3de18d446f
commit
178a9d347f
|
|
@ -62,7 +62,7 @@ object Dependencies {
|
||||||
def addSbtZinc = addSbtModule(sbtZincPath, "zinc", zinc)
|
def addSbtZinc = addSbtModule(sbtZincPath, "zinc", zinc)
|
||||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||||
|
|
||||||
lazy val sjsonNewVersion = "0.15.0"
|
lazy val sjsonNewVersion = "0.15.1"
|
||||||
def sjsonNew(n: String) = Def.setting(
|
def sjsonNew(n: String) = Def.setting(
|
||||||
"com.eed3si9n" %% n % sjsonNewVersion
|
"com.eed3si9n" %% n % sjsonNewVersion
|
||||||
) // contrabandSjsonNewVersion.value
|
) // contrabandSjsonNewVersion.value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue