mirror of https://github.com/sbt/sbt.git
[2.0.x] sjson-new 0.15.1 (#9458)
This commit is contained in:
parent
1d3add8fc1
commit
067a8642ea
|
|
@ -66,7 +66,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