chore(deps): update dependency earmark to v1

This commit is contained in:
James Harton 2021-12-09 17:16:39 +13:00
parent 295d0a987e
commit a946cf6073

View file

@ -39,7 +39,7 @@ defmodule IP.Mixfile do
defp deps do
[
{:credo, "~> 1.6", only: ~w[dev test]a, runtime: false},
{:earmark, ">= 0.2.1", only: ~w[dev test]a},
{:earmark, ">= 1.4.19", only: ~w[dev test]a},
{:ex_doc, ">= 0.26.0", only: ~w[dev test]a},
{:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false}
]