From 1bea6f695ebde1b160d45db8fafc7e2124586750 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 12:42:45 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sc b/build.sc index 8a42a474c..63938a5bb 100644 --- a/build.sc +++ b/build.sc @@ -218,7 +218,7 @@ object ujson extends Module{ object circe extends Cross[CirceModule](scalaVersions) trait CirceModule extends CommonPublishModule{ def moduleDeps = Seq(ujson.jvm()) - val circeVersion = "0.14.5" + val circeVersion = "0.14.8" def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion") } @@ -381,9 +381,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson") trait BenchModule extends CommonPlatformModule{ def scalaVersion = scala213 def ivyDeps = Agg( - ivy"io.circe::circe-core::0.14.5", - ivy"io.circe::circe-generic::0.14.5", - ivy"io.circe::circe-parser::0.14.5", + ivy"io.circe::circe-core::0.14.8", + ivy"io.circe::circe-generic::0.14.8", + ivy"io.circe::circe-parser::0.14.8", ivy"com.typesafe.play::play-json::2.9.4", ivy"io.argonaut::argonaut:6.2.6", ivy"org.json4s::json4s-ast:3.6.12",