diff --git a/mix.exs b/mix.exs index 1164474..d66438d 100644 --- a/mix.exs +++ b/mix.exs @@ -42,7 +42,7 @@ defmodule Gcode.MixProject do defp deps do [ {:ex_doc, ">= 0.0.0", only: ~w[dev test]a, runtime: false}, - {:earmark, ">= 0.2.1", only: ~w[dev test]a, runtime: false}, + {:earmark, ">= 1.4.19", only: ~w[dev test]a, runtime: false}, {:credo, "~> 1.6", only: ~w[dev test]a, runtime: false}, {:git_ops, "~> 2.3", only: ~w[dev test]a, runtime: false}, {:nimble_parsec, "~> 1.1"},