From 423cffdc1ee1c030888c2e7158c4050a6fc45258 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Oct 2024 14:14:27 +0000 Subject: [PATCH] Update jsoniter-scala-core to 2.31.1 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index ed7d1ac..47b8a2c 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.0") + val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.31.1") val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3") val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.28")