aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorJoshua Rieken <joshua@joshuarieken.com>2015-09-29 14:55:09 -0700
committerJoshua Rieken <joshua@joshuarieken.com>2015-09-29 14:55:09 -0700
commitfec7b046083d6fdad576c5dff3bf4b70a5eb7628 (patch)
treebd9dee4db6a50036c52e0d01535de3f85ba4b8bf /mix.exs
parentb695cca39ea88c931553a916cf2b420dfb3ed4e9 (diff)
downloadmailchimp-fec7b046083d6fdad576c5dff3bf4b70a5eb7628.tar.gz
mailchimp-fec7b046083d6fdad576c5dff3bf4b70a5eb7628.tar.xz
Relax poison version requirement
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 4b9ffc4..24a8636 100644
--- a/mix.exs
+++ b/mix.exs
@@ -24,7 +24,7 @@ defmodule Mailchimp.Mixfile do
defp deps do
[{:httpoison, "~> 0.6"},
- {:poison, "~> 1.4.0"}]
+ {:poison, "~> 1.4"}]
end
defp package do