diff --git a/build.mill b/build.mill index 17e286de8..409ff668e 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.12" 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.12", + ivy"io.circe::circe-generic::0.14.12", + ivy"io.circe::circe-parser::0.14.12", ivy"com.typesafe.play::play-json::2.9.4", ivy"io.argonaut::argonaut:6.2.6", ivy"org.json4s::json4s-ast:3.6.12",