File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ object ujson extends Module{
215215 object circe extends Cross[CirceModule](scalaVersions)
216216 trait CirceModule extends CommonPublishModule{
217217 def moduleDeps = Seq(ujson.jvm())
218- val circeVersion = "0.14.9 "
218+ val circeVersion = "0.14.12 "
219219 def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion")
220220 }
221221
@@ -378,9 +378,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson")
378378trait BenchModule extends CommonPlatformModule{
379379 def scalaVersion = scala213
380380 def ivyDeps = Agg(
381- ivy"io.circe::circe-core::0.14.9 ",
382- ivy"io.circe::circe-generic::0.14.9 ",
383- ivy"io.circe::circe-parser::0.14.9 ",
381+ ivy"io.circe::circe-core::0.14.12 ",
382+ ivy"io.circe::circe-generic::0.14.12 ",
383+ ivy"io.circe::circe-parser::0.14.12 ",
384384 ivy"com.typesafe.play::play-json::2.9.4",
385385 ivy"io.argonaut::argonaut:6.2.6",
386386 ivy"org.json4s::json4s-ast:3.6.12",
You can’t perform that action at this time.
0 commit comments