From a44028e9317e8712d567c6a23f67c0546882678c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:29:42 +0100 Subject: [PATCH] Update jsoniter-scala-core to 2.33.0 (#352) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 01b5797..e5ad6b4 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.32.0") + val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.33.0") val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3") val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.30")