We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed5c4f commit 0adb6e3Copy full SHA for 0adb6e3
1 file changed
mix.exs
@@ -22,6 +22,7 @@ defmodule PageObject.Mixfile do
22
[{:hound, "~> 1.0.1"},
23
{:cowboy, "~> 1.0.3", only: :test},
24
{:plug, "~> 1.0", only: :test},
25
+ {:ex_doc, ">= 0.0.0", only: :dev},
26
{:inflex, "~> 1.7.0" }]
27
end
28
0 commit comments