fix to httpotion 2.2.0 because >= 2.2.1 uses keyword lists. (for now)
diff --git a/mix.exs b/mix.exs
index 958fab4..9068a8e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -25,7 +25,7 @@ defmodule ExOvh.Mixfile do
defp deps() do
[
- {:httpotion, "~> 2.2"},
+ {:httpotion, "<= 2.2.0"},
{:poison, "~> 1.0"},
{:secure_random, "~> 0.2"},
{:floki, "~> 0.7.1"},