mirror of https://github.com/sbt/sbt.git
sjson-new 0.10.1
This commit is contained in:
parent
586e0a752c
commit
a0e4d22a6c
|
|
@ -80,7 +80,7 @@ object Dependencies {
|
||||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.4"
|
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.4"
|
||||||
|
|
||||||
def sjsonNew(n: String) =
|
def sjsonNew(n: String) =
|
||||||
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
|
Def.setting("com.eed3si9n" %% n % "0.10.1") // contrabandSjsonNewVersion.value
|
||||||
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
|
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
|
||||||
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")
|
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue