summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f0d79d9..fdab96a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -15,7 +15,7 @@ defmodule PowerDNSex.Mixfile do
end
def application do
- [applications: [:logger, :httpoison, :poolboy], mod: {PowerDNSex, []}]
+ [applications: [:logger, :poison, :httpoison, :poolboy], mod: {PowerDNSex, []}]
end
defp deps do