Skip to content

Commit

Permalink
Update circe-core, circe-parser to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent 52c0430 commit eee3a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Dependencies {
)
)

val CirceVersion = "0.14.6"
val CirceVersion = "0.14.10"
val Circe = Seq(
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % CirceVersion,
Expand Down

0 comments on commit eee3a79

Please sign in to comment.