Skip to content

Commit

Permalink
Update earmark and ex_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo committed Jul 15, 2020
1 parent c638ef7 commit b09754c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ defmodule Httparrot.Mixfile do
{:cowboy, "~> 2.8.0"},
{:exjsx, "~> 3.0 or ~> 4.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}
]
end
Expand Down

0 comments on commit b09754c

Please sign in to comment.