aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-07 10:17:17 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-07 10:17:17 +0100
commitffc64c707a04c5a55de9132ad6b6949ff74efcc7 (patch)
tree003905a5ecfe9fc3a8074a9093670235df7f4bd6 /mix.exs
parent2371d345c69455882df9d9d9f7692804f9aa5001 (diff)
downloadzendex-ffc64c707a04c5a55de9132ad6b6949ff74efcc7.tar.gz
zendex-ffc64c707a04c5a55de9132ad6b6949ff74efcc7.tar.xz
Adding tests and creating a ticket.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 05f74a1..58a3603 100644
--- a/mix.exs
+++ b/mix.exs
@@ -18,7 +18,8 @@ defmodule Zendex.Mixfile do
defp deps do
[{:ex_doc, ">= 0.0.0", only: :dev},
- {:httpoison, "~> 0.9"}]
+ {:httpoison, "~> 0.9"},
+ {:poison, "~> 2.2"}]
end
defp description do