chore(deps): update dependency earmark to >= 0.2.1

This commit is contained in:
James Harton 2021-12-09 13:24:14 +13:00
parent 96734c455d
commit 330e61ebe6

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.0.0", only: ~w[dev test]a},
{:earmark, ">= 0.2.1", only: ~w[dev test]a},
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false}
]