Skip to content

Commit

Permalink
chore(deps): update dependency ex_doc to ~> 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent f2c9c46 commit 7e1ab15
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 @@ -34,7 +34,7 @@ defmodule Base62.Mixfile do
defp deps do
[
{:custom_base, "~> 0.2.1"},
{:ex_doc, "~> 0.16", only: :dev},
{:ex_doc, "~> 0.24", only: :dev},
{:earmark, "~> 1.2", only: :dev},
{:stream_data, "~> 0.1", only: :test}
]
Expand Down

0 comments on commit 7e1ab15

Please sign in to comment.