Skip to content

Commit

Permalink
Update dependency ex_doc to ~> 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent b6625fc commit 48dd273
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 @@ -54,7 +54,7 @@ defmodule Ymlr.MixProject do
{:decimal, "~> 2.0", only: [:test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.18", only: [:test]},
{:ex_doc, "~> 0.35", only: :dev},
{:ex_doc, "~> 0.36", only: :dev},
{:mix_test_watch, "~> 1.0", only: :test, runtime: false},
{:yaml_elixir, "~> 2.4", only: [:test]}
]
Expand Down

0 comments on commit 48dd273

Please sign in to comment.