aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 4 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index bee5510..5436fa8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -13,7 +13,8 @@ defmodule Mailchimp.Mixfile do
end
def application do
- [applications: [:logger, :httpoison]]
+ [mod: {Mailchimp, []},
+ applications: [:logger, :httpoison]]
end
defp description do
@@ -23,8 +24,8 @@ defmodule Mailchimp.Mixfile do
end
defp deps do
- [{:httpoison, "~> 0.6"},
- {:poison, "~> 1.4"}]
+ [{:httpoison, "~> 0.7.3"},
+ {:poison, "~> 1.5.0"}]
end
defp package do