mirror of https://github.com/sbt/sbt.git
[1.x] sjson-new 0.10.3
This commit is contained in:
parent
7667bb7483
commit
eab90e0000
|
|
@ -81,7 +81,7 @@ object Dependencies {
|
|||
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.13"
|
||||
|
||||
def sjsonNew(n: String) =
|
||||
Def.setting("com.eed3si9n" %% n % "0.10.1") // contrabandSjsonNewVersion.value
|
||||
Def.setting("com.eed3si9n" %% n % "0.10.3") // contrabandSjsonNewVersion.value
|
||||
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
|
||||
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue