chore(deps): update dependency ex_doc to >= 0.26.0

This commit is contained in:
James Harton 2021-12-09 16:46:23 +13:00
parent 36b384fd73
commit e39c0aa12e

View file

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