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:
parent
c638ef7ef9
commit
b09754cae3
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
mix.exs
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue