Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 4, 2024
1 parent 41e2716 commit 23e8b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ lazy val commonSettings = Seq(
scalacOptions in (Compile, console) ~= (_ filterNot (_ == "-Xfatal-warnings"))
)

lazy val circeVersion = "0.14.6"
lazy val circeVersion = "0.14.9"
lazy val jsoniterVersion = "2.30.1"
lazy val akkaVersion = "2.6.19"
lazy val http4sVersion = "0.23.27"
Expand Down

0 comments on commit 23e8b49

Please sign in to comment.