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[bot] committed Oct 4, 2024
1 parent c964185 commit 181ee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object LibraryDependencies {
}

object Circe {
val circeVersion = "0.14.8"
val circeVersion = "0.14.10"
val core = Def.setting("io.circe" %%% "circe-core" % circeVersion)
val parser = Def.setting("io.circe" %%% "circe-parser" % circeVersion)
val fs2 = Def.setting("io.circe" %%% "circe-fs2" % "0.14.1")
Expand Down

0 comments on commit 181ee4d

Please sign in to comment.