From 9b4f82100a007706fb74257a6aa2d6f3328b814e Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:38:04 +0200 Subject: [PATCH] Circe: 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da7b6c8e..7cc4ad88 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) Vector( "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", + "io.circe" %%% "circe-generic-extras" % "0.14.8" % "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" )