sjson-new 0.10.1

This commit is contained in:
Eugene Yokota 2024-07-06 15:20:13 -04:00
parent 586e0a752c
commit a0e4d22a6c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ object Dependencies {
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % "2.1.4"
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 sjsonNewMurmurhash = sjsonNew("sjson-new-murmurhash")