Commit e7e1f2e42e8918f372a742360d2c4a7fb4dfd568

Stephen Moloney 2016-02-29T00:48:00

fix to httpotion 2.2.0 because >= 2.2.1 uses keyword lists. (for now)

1
2
3
4
5
6
7
8
9
10
11
12
13
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"},