sjson-new 0.9.0

This commit is contained in:
Eugene Yokota 2020-06-09 00:42:56 -04:00
parent 67a09713d4
commit 18a8701083
1 changed files with 2 additions and 1 deletions

View File

@ -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")