From 38445b887306f48d2b32c7efa5bb39402c1b8695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Cot=C3=A9?= Date: Mon, 3 Apr 2017 17:16:23 -0500 Subject: [PATCH] older version of httpoison --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d9c6bad..ff54de7 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.11.1", override: true}, + {:httpoison, "~> 0.8.3"}, {:poison, "~> 3.1"}, ] end