From ab0bde4677e68c759dc11b37b9b86a50f8c0f85a Mon Sep 17 00:00:00 2001 From: Michael Alekseev Date: Mon, 5 Oct 2015 21:17:06 +0600 Subject: fixed accidently locked httpoison version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7dcc1a0..d09026d 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Recaptcha.Mixfile do defp deps do [ - {:httpoison, "0.7.2"}, + {:httpoison, "~> 0.7.2"}, {:poison, "~> 1.5"} ] end -- cgit v1.2.1