chore(deps): update dependency ex_doc to >= 0.28.0 #9

Closed
jimsy wants to merge 1 commit from renovate/ex_doc-0.x into main

View file

@ -41,7 +41,7 @@ defmodule MidiProto.MixProject do
[
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:earmark, ">= 1.4.20", only: [:dev, :test]},
{:ex_doc, ">= 0.26.0", only: [:dev, :test]},
{:ex_doc, ">= 0.28.0", only: [:dev, :test]},
{:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false}
]
end