Skip to content

Commit cecd5b3

Browse files
Added ex_doc
1 parent 5589046 commit cecd5b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ defmodule OpenAperture.Router.Mixfile do
2828

2929
defp deps do
3030
[
31+
{:ex_doc, "0.7.3", only: :test},
32+
{:earmark, "0.1.17", only: :test},
3133
{:cowboy, "1.0.0"},
3234
{:hackney, "1.0.6"},
3335
{:con_cache, "0.7.0"},
@@ -41,4 +43,4 @@ defmodule OpenAperture.Router.Mixfile do
4143
{:excoveralls, "~>0.3.9", only: :test}
4244
]
4345
end
44-
end
46+
end

0 commit comments

Comments
 (0)