aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorJean Duarte <jeancduarte@gmail.com>2016-02-16 15:47:25 -0200
committerJean Duarte <jeancduarte@gmail.com>2016-02-16 15:47:25 -0200
commit4f7089134002a2eaf96be6d833a3134fb9918ab9 (patch)
tree97013cb1ef7d50d381b880e0ca9538d4132d316b /mix.exs
parent04c99f0cc94cb3108e8686d323169bc563e7dc4d (diff)
downloadmailchimp-4f7089134002a2eaf96be6d833a3134fb9918ab9.tar.gz
mailchimp-4f7089134002a2eaf96be6d833a3134fb9918ab9.tar.xz
refatoring
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 5436fa8..52edb5b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -25,7 +25,7 @@ defmodule Mailchimp.Mixfile do
defp deps do
[{:httpoison, "~> 0.7.3"},
- {:poison, "~> 1.5.0"}]
+ {:poison, "~> 2.1.0"}]
end
defp package do