chore(deps): update dependency earmark to v1

This commit is contained in:
James Harton 2021-12-09 15:43:48 +13:00
parent 9c52469e56
commit 76a6f9ca43

View file

@ -41,7 +41,7 @@ defmodule Circuits.UART.Framing.MIDI.MixProject do
[
{:circuits_uart, "~> 1.4"},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:earmark, ">= 0.2.1", only: [:dev, :test]},
{:earmark, ">= 1.4.19", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: [:dev, :test]},
{:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false}
]