Skip to content

Commit

Permalink
Update circe-generic-extras to 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent bade1f5 commit c0f9ce2
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 @@ -33,7 +33,7 @@ object Dependencies {

object Circe {
private val version = "0.14.9"
private val versionExtras = "0.14.1"
private val versionExtras = "0.14.4"

val core = "io.circe" %% "circe-core" % version
val generic = "io.circe" %% "circe-generic" % version
Expand Down

0 comments on commit c0f9ce2

Please sign in to comment.