aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 7fdd001..98110a5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -13,11 +13,12 @@ defmodule Zendex.Mixfile do
end
def application do
- [applications: [:logger]]
+ [applications: [:logger, :httpoison]]
end
defp deps do
- [{:ex_doc, ">= 0.0.0", only: :dev}]
+ [{:ex_doc, ">= 0.0.0", only: :dev},
+ {:httpoison, "~> 0.9"}]
end
defp description do