Skip to content

Commit

Permalink
Update circe-core, circe-parser to 0.14.10 (#895)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Oct 4, 2024
1 parent 96539ab commit 8b4cc6a
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 8b4cc6a

Please sign in to comment.