From fec7b046083d6fdad576c5dff3bf4b70a5eb7628 Mon Sep 17 00:00:00 2001 From: Joshua Rieken Date: Tue, 29 Sep 2015 14:55:09 -0700 Subject: Relax poison version requirement --- mix.exs | 2 +- mix.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 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 diff --git a/mix.lock b/mix.lock index 7646230..f4b1089 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ -%{"hackney": {:hex, :hackney, "1.1.0"}, - "httpoison": {:hex, :httpoison, "0.6.2"}, +%{"hackney": {:hex, :hackney, "1.3.2"}, + "httpoison": {:hex, :httpoison, "0.7.4"}, "idna": {:hex, :idna, "1.0.2"}, - "poison": {:hex, :poison, "1.4.0"}, - "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.4"}} + "poison": {:hex, :poison, "1.5.0"}, + "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}} -- cgit v1.2.1