Skip to content

Commit

Permalink
Update dependency ex_doc to ~> 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 5425113 commit e8f9899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ defmodule Flagpack.MixProject do
defp deps do
[
{:phoenix_live_view, ">= 0.18.0"},
{:ex_doc, "~> 0.35.0", only: :dev, runtime: false}
{:ex_doc, "~> 0.36.0", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit e8f9899

Please sign in to comment.