From 9caf4f5844ae71e2934c65f5693b15086a23a532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Cot=C3=A9?= Date: Tue, 11 Apr 2017 14:53:11 -0500 Subject: [PATCH] update httpoison --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ff54de7..129a3d9 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule Neurio.Mixfile do # Type "mix help deps" for more examples and options defp deps do [ - {:httpoison, "~> 0.8.3"}, + {:httpoison, "~> 0.11.1"}, {:poison, "~> 3.1"}, ] end