1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Update earmark and ex_doc

This commit is contained in:
Eduardo 2020-07-15 20:13:02 +12:00
parent c638ef7ef9
commit b09754cae3

View file

@ -29,7 +29,8 @@ defmodule Httparrot.Mixfile do
{:cowboy, "~> 2.8.0"}, {:cowboy, "~> 2.8.0"},
{:exjsx, "~> 3.0 or ~> 4.0"}, {:exjsx, "~> 3.0 or ~> 4.0"},
{:con_cache, "~> 0.14.0"}, {:con_cache, "~> 0.14.0"},
{:ex_doc, "~> 0.14", only: :dev}, {:earmark, "~> 1.0", only: :dev},
{:ex_doc, "~> 0.18", only: :dev},
{:meck, "~> 0.8.13", only: :test} {:meck, "~> 0.8.13", only: :test}
] ]
end end