aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Alekseev <justmichael@mail.ru>2015-10-05 21:17:06 +0600
committerMichael Alekseev <justmichael@mail.ru>2015-10-05 21:17:06 +0600
commitab0bde4677e68c759dc11b37b9b86a50f8c0f85a (patch)
tree6080a6f11efce53f5d559d729350ba0e0f535980
parentb86a7c8ed256a4e62799d284982cc8b68a573381 (diff)
downloadrecaptcha-ab0bde4677e68c759dc11b37b9b86a50f8c0f85a.tar.gz
recaptcha-ab0bde4677e68c759dc11b37b9b86a50f8c0f85a.tar.xz
fixed accidently locked httpoison version
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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