Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2024
1 parent c4613f1 commit c902644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c902644

Please sign in to comment.