summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLindolfo Rodrigues <lorn@users.noreply.github.com>2019-02-13 17:58:33 -0200
committerGitHub <noreply@github.com>2019-02-13 17:58:33 -0200
commitcc8aeb595926fe943b65f41fb1573a0438d5f2ca (patch)
treead13410a5b4e65899e44c11ddd845c7459ed2ebb /mix.exs
parentMerge pull request #13 from locaweb/elixir-1.8 (diff)
parentFix docs for hex publish (diff)
Merge pull request #14 from locaweb/fix-docs
Fix docs for hex publish
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