From 93e88744c34e2d7c14acd02f0b631463734d8b28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 11:31:29 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08edd179..a21ffb29 100644 --- a/build.sbt +++ b/build.sbt @@ -82,7 +82,7 @@ lazy val zioJsonRoot = project zioJsonGolden ) -val circeVersion = "0.14.3" +val circeVersion = "0.14.8" lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .in(file("zio-json"))