[1.x] sjson-new 0.10.3

This commit is contained in:
Eugene Yokota 2026-07-16 02:42:48 -04:00
parent 7667bb7483
commit eab90e0000
1 changed files with 1 additions and 1 deletions

View File

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