mirror of https://github.com/sbt/sbt.git
parent
679032b9e7
commit
7a5b5f67a2
|
|
@ -66,7 +66,7 @@ object Dependencies {
|
|||
def addSbtZinc = addSbtModule(sbtZincPath, "zinc", zinc)
|
||||
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
|
||||
|
||||
lazy val sjsonNewVersion = "0.14.0-M5"
|
||||
lazy val sjsonNewVersion = "0.14.0"
|
||||
def sjsonNew(n: String) = Def.setting(
|
||||
"com.eed3si9n" %% n % sjsonNewVersion
|
||||
) // contrabandSjsonNewVersion.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue