From 91bc3739774d4926c219f4998c90657caafd6f77 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:50:47 +0200 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.17.3 (#729) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 76bd5855b..0e67d60ae 100644 --- a/build.sbt +++ b/build.sbt @@ -102,8 +102,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform) "com.propensive" %%% "magnolia" % "0.17.0", "io.circe" %%% "circe-generic-extras" % circeVersion % "test", "com.typesafe.play" %%% "play-json" % "2.9.3" % "test", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.17.2" % "test", - "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.17.2" % "test" + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.17.3" % "test", + "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.17.3" % "test" ) } },