Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2024
1 parent 6e551ac commit 342ccc5
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 @@ -204,7 +204,7 @@ object ujson extends Module{
object circe extends Cross[CirceModule](scalaVersions)
trait CirceModule extends CommonPublishModule{
def moduleDeps = Seq(ujson.jvm())
val circeVersion = "0.14.5"
val circeVersion = "0.14.6"
def ivyDeps = Agg(ivy"io.circe::circe-parser:$circeVersion")
}

Expand Down Expand Up @@ -367,9 +367,9 @@ def exampleJson = T.source(millSourcePath / "exampleJson")
trait BenchModule extends CommonPlatformModule{
def scalaVersion = scala213
def ivyDeps = Agg(
ivy"io.circe::circe-core::0.14.5",
ivy"io.circe::circe-generic::0.14.5",
ivy"io.circe::circe-parser::0.14.5",
ivy"io.circe::circe-core::0.14.6",
ivy"io.circe::circe-generic::0.14.6",
ivy"io.circe::circe-parser::0.14.6",
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 342ccc5

Please sign in to comment.