Skip to content

Commit

Permalink
Update dependency io.circe:circe-generic-extras to v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 6b78c90 commit 590d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ lazy val library = (project in file("."))
"io.circe" %% "circe-generic" % circeVersion
exclude("org.typelevel", "cats-core_2.12")
exclude("org.typelevel", "cats-core_2.13"),
"io.circe" %% "circe-generic-extras" % "0.14.3"
"io.circe" %% "circe-generic-extras" % "0.14.4"
exclude("org.typelevel", "cats-core_2.12")
exclude("org.typelevel", "cats-core_2.13"),
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
Expand Down

0 comments on commit 590d4bc

Please sign in to comment.