Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.3 (#408)
Browse files Browse the repository at this point in the history
Pull request: #408
  • Loading branch information
scala-steward authored Jan 3, 2023
1 parent 820fe01 commit 76e8646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ trait BenchModule extends CommonModule{
def scalaVersion = scala213
def millSourcePath = build.millSourcePath / "bench"
override def ivyDeps = Agg(
ivy"io.circe::circe-core::0.13.0",
ivy"io.circe::circe-generic::0.13.0",
ivy"io.circe::circe-parser::0.13.0",
ivy"io.circe::circe-core::0.14.3",
ivy"io.circe::circe-generic::0.14.3",
ivy"io.circe::circe-parser::0.14.3",
ivy"com.typesafe.play::play-json::2.9.3",
ivy"io.argonaut::argonaut:6.2.3",
ivy"org.json4s::json4s-ast:3.6.12",
Expand Down

0 comments on commit 76e8646

Please sign in to comment.