From 47b0ea25be8cb3b25046d3cab9aed0b9c9b55676 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jun 2023 00:55:44 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.23.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b0a262fe..ca1b7690 100644 --- a/build.sbt +++ b/build.sbt @@ -102,8 +102,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform) "com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.3", "io.circe" %%% "circe-generic-extras" % circeVersion % "test", "com.typesafe.play" %%% "play-json" % "2.9.4" % "test", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.1" % "test", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.1" % "test" + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.2" % "test", + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.2" % "test" ) } },