mirror of https://github.com/sbt/sbt.git
sjson-new 0.9.0
This commit is contained in:
parent
67a09713d4
commit
18a8701083
|
|
@ -78,7 +78,8 @@ object Dependencies {
|
|||
|
||||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0-RC6-4"
|
||||
|
||||
def sjsonNew(n: String) = Def.setting("com.eed3si9n" %% n % contrabandSjsonNewVersion.value)
|
||||
def sjsonNew(n: String) =
|
||||
Def.setting("com.eed3si9n" %% n % "0.9.0") // contrabandSjsonNewVersion.value
|
||||
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
|
||||
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue