aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorJean Duarte <jeancduarte@gmail.com>2016-08-11 17:19:19 -0300
committerGitHub <noreply@github.com>2016-08-11 17:19:19 -0300
commit84f91abb373cfe3328c4892fc97821a8308648cb (patch)
treefe2fb8bca4b339beb72fbd94cde3337181c07f7d /mix.exs
parentc93f4936339584592fa9a130c34eb2ac4aa1f45c (diff)
parent5c8c5645959f10fc090a37787eff7c7748dd8db8 (diff)
downloadmailchimp-84f91abb373cfe3328c4892fc97821a8308648cb.tar.gz
mailchimp-84f91abb373cfe3328c4892fc97821a8308648cb.tar.xz
Merge pull request #2 from Kr00lIX/masterHEADmaster
update httpoison to 0.9.0 and poison to 2.2.0 versions
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index e6a521a..a45e89c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -24,8 +24,8 @@ defmodule Mailchimp.Mixfile do
end
defp deps do
- [{:httpoison, "~> 0.7.3"},
- {:poison, "~> 2.1.0"}]
+ [{:httpoison, "~> 0.9.0"},
+ {:poison, "~> 2.2.0"}]
end
defp package do