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

This commit is contained in:
James Harton 2021-12-09 13:34:33 +13:00
parent 5c67c4ebb8
commit f4824becc6

View file

@ -38,7 +38,7 @@ defmodule Vivid.PNG.Mixfile do
defp deps do
[
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},
{:ex_doc, ">= 0.26.0", only: ~w[dev test]a},
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false},
{:png, "~> 0.2"},