From 1546e411ac1cc17618f38a0e2fab7fdae3a8a280 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:18:54 +0100 Subject: [PATCH] Update jsoniter-scala-core to 2.32.0 (#349) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 41c78ed..01b5797 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -25,7 +25,7 @@ object Deps { val bits = dep("org.scodec" %%% "scodec-bits" % "1.2.1") } val upickle = dep("com.lihaoyi" %%% "upickle" % "4.0.2") - val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.31.3") + val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.32.0") val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3") val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.30")