Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 27, 2024
1 parent 91b6b1e commit caaafa9
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 @@ -122,7 +122,7 @@ object Dependencies {
}

object circe {
private val circeVersion = "0.14.6"
private val circeVersion = "0.14.7"

val core = Def.setting("io.circe" %%% "circe-core" % circeVersion)
val generic = Def.setting("io.circe" %%% "circe-generic" % circeVersion)
Expand Down

0 comments on commit caaafa9

Please sign in to comment.