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-bot authored and xuwei-k committed Jul 26, 2024
1 parent a025a8f commit 5ea0e11
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 @@ -205,7 +205,7 @@ lazy val inputOutputCommon = Def.settings(
},
libraryDependencies ++= {
if (scalaBinaryVersion.value == "2.13") {
Seq("io.circe" %% "circe-generic-extras" % "0.14.3")
Seq("io.circe" %% "circe-generic-extras" % "0.14.4")
} else {
Nil
}
Expand Down

0 comments on commit 5ea0e11

Please sign in to comment.