chore(deps): update dependency earmark to v1

This commit is contained in:
James Harton 2021-12-09 12:57:44 +13:00
parent 32155ecb32
commit 58a3d2afe3

View file

@ -37,7 +37,7 @@ defmodule MPL3115A2.MixProject do
[
{:circuits_i2c, "~> 1.0", optional: true},
{: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},
{:elixir_ale, "~> 1.2", optional: true},
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false},