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