From 98d8922c87ca74a43dbb39b9751a5eef1ed264a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Jul 2025 22:14:44 +0000 Subject: [PATCH] Update jsoniter-scala-core to 2.36.7 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index c664e49..1a60e0c 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.2.1") - val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.36.5") + val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.36.7") val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.44") val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.30")