Skip to content

Commit

Permalink
Update dependency io.circe:circe-generic to v0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 5e89238 commit 27df2c6
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 @@ -437,7 +437,7 @@ lazy val cli = project
// Dependencies:
libraryDependencies += "com.monovore" %% "decline" % "2.4.1",
libraryDependencies += "io.circe" %% "circe-core" % "0.14.7",
libraryDependencies += "io.circe" %% "circe-generic" % "0.14.7",
libraryDependencies += "io.circe" %% "circe-generic" % "0.14.9",
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7",
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
// Settings for test:
Expand Down

0 comments on commit 27df2c6

Please sign in to comment.