aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-06 13:39:14 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-06 13:39:14 +0100
commitd335395aea52b6daabbb4aff9687c915b2614773 (patch)
tree83764170f71e81186edcb2a1f1f1dc74c27db8ed /mix.exs
parent75c1337af217ece98ca0c8c4c2ab112efda4396f (diff)
downloadzendex-d335395aea52b6daabbb4aff9687c915b2614773.tar.gz
zendex-d335395aea52b6daabbb4aff9687c915b2614773.tar.xz
Basic implementation of listing tickets
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