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 @@ -220,7 +220,7 @@ object ujson extends Module{
220220 object circe extends Cross [CirceModule ](scalaVersions)
221221 trait CirceModule extends CommonPublishModule {
222222 def moduleDeps = Seq (ujson.jvm())
223- val circeVersion = " 0.14.5 "
223+ val circeVersion = " 0.14.9 "
224224 def ivyDeps = Agg (ivy " io.circe::circe-parser: $circeVersion" )
225225 }
226226
@@ -383,9 +383,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson")
383383trait BenchModule extends CommonPlatformModule {
384384 def scalaVersion = scala213
385385 def ivyDeps = Agg (
386- ivy " io.circe::circe-core::0.14.5 " ,
387- ivy " io.circe::circe-generic::0.14.5 " ,
388- ivy " io.circe::circe-parser::0.14.5 " ,
386+ ivy " io.circe::circe-core::0.14.9 " ,
387+ ivy " io.circe::circe-generic::0.14.9 " ,
388+ ivy " io.circe::circe-parser::0.14.9 " ,
389389 ivy " com.typesafe.play::play-json::2.9.4 " ,
390390 ivy " io.argonaut::argonaut:6.2.6 " ,
391391 ivy " org.json4s::json4s-ast:3.6.12 " ,
You can’t perform that action at this time.
0 commit comments