From efdda239dc15cfc0a6b67f748509e76dc5381fe1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 16:57:13 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 --- build.mill | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.mill b/build.mill index 978884877..787d0c888 100644 --- a/build.mill +++ b/build.mill @@ -215,7 +215,7 @@ object ujson extends Module{ object circe extends Cross[CirceModule](scalaVersions) trait CirceModule extends CommonPublishModule{ def moduleDeps = Seq(ujson.jvm()) - val circeVersion = "0.14.9" + val circeVersion = "0.14.10" def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion") } @@ -378,9 +378,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson") trait BenchModule extends CommonPlatformModule{ def scalaVersion = scala213 def ivyDeps = Agg( - ivy"io.circe::circe-core::0.14.9", - ivy"io.circe::circe-generic::0.14.9", - ivy"io.circe::circe-parser::0.14.9", + ivy"io.circe::circe-core::0.14.10", + ivy"io.circe::circe-generic::0.14.10", + ivy"io.circe::circe-parser::0.14.10", ivy"com.typesafe.play::play-json::2.9.4", ivy"io.argonaut::argonaut:6.2.6", ivy"org.json4s::json4s-ast:3.6.12",