summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 6 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 94fe8a5..e1ee79b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -19,7 +19,12 @@ defmodule PowerDNSex.Mixfile do
end
defp deps do
- [{:httpoison, "~> 1.5.0"}, {:poison, "~> 4.0.1"}, {:exvcr, "~> 0.10.3", only: :test}]
+ [
+ {:httpoison, "~> 1.5.0"},
+ {:poison, "~> 4.0.1"},
+ {:exvcr, "~> 0.10.3", only: :test},
+ {:ex_doc, ">= 0.0.0", only: :dev}
+ ]
end
defp description do