From 21f413756d44837aac803bf8be4e8bdaa5357fa2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Jun 2025 04:17:20 +0000 Subject: [PATCH] Update smithy4s-json to 0.18.37 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71225fc85..804a89a99 100644 --- a/build.sbt +++ b/build.sbt @@ -240,7 +240,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform) case _ => Seq("-source:3.3", "-Xmax-inlines:100") }), libraryDependencies ++= Seq( - "com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.36", + "com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.37", "com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3" intransitive(), "org.playframework" %%% "play-json" % "3.0.4", "dev.zio" %%% "zio-json" % "0.7.43",