From 64e4e8497e8a8243961c7762d8d061515ad8873d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Jan 2025 15:55:07 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.33.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0a7753a..e6e7cab 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -44,8 +44,8 @@ object Dependencies { lazy val smithy4sHttp4sSwagger = smithy4s("http4s-swagger") lazy val smithy4sJson = smithy4s("json") - val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.32.0" - val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.32.0" + val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.33.0" + val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.0" val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.2.10"