From e16eeee1696298ce7369ed26d132574d74f621f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:08:24 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 --- build.sc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sc b/build.sc index 5b43000d5..0dcd64f8f 100644 --- a/build.sc +++ b/build.sc @@ -212,7 +212,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") } @@ -375,9 +375,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",