Commit 93eec5798fb23a76e99ed8f6e633245e248779a8

Stephen Moloney 2016-02-21T19:22:45

relax poison version requirements...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/mix.exs b/mix.exs
index 05196c4..958fab4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -26,8 +26,8 @@ defmodule ExOvh.Mixfile do
   defp deps() do
     [
       {:httpotion, "~> 2.2"},
-      {:poison, "~> 2.0"},
-      {:secure_random     , "~> 0.2"},
+      {:poison, "~> 1.0"},
+      {:secure_random, "~> 0.2"},
       {:floki, "~> 0.7.1"},
       {:calendar, "~> 0.12.4"},
       {:og, "~> 0.0", only: :dev},