aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
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