From 0fc513f8806b4c0654de856a980aef8e8c8298aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Sep 2024 06:12:50 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.30.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 395dc782..97628fd4 100644 --- a/build.sbt +++ b/build.sbt @@ -125,8 +125,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.10", "io.circe" %%% "circe-generic-extras" % "0.14.4" % "test", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.9" % "test", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.9" % "test" + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.13" % "test", + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.13" % "test" ) } },