sjson-new 0.9.1

This commit is contained in:
Eugene Yokota 2020-10-19 12:35:58 -04:00
parent 8bea523aea
commit 6b70a9425f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ object Dependencies {
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.0.0"
def sjsonNew(n: String) =
Def.setting("com.eed3si9n" %% n % "0.9.0") // contrabandSjsonNewVersion.value
Def.setting("com.eed3si9n" %% n % "0.9.1") // contrabandSjsonNewVersion.value
val sjsonNewScalaJson = sjsonNew("sjson-new-scalajson")
val sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")