aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-08-03 15:24:03 -0600
committerkballou <kballou@devnulllabs.io>2016-08-03 15:24:03 -0600
commit87ff5ab5a7cff9cbb03095cd3545038eb323d630 (patch)
tree56781f7b674f5f2aafc31f84ff57e8a3fd6ccad6 /mix.exs
parentbe72cbcad2218ee5d973ad96af5078e18124606a (diff)
downloadex_prometheus_io-87ff5ab5a7cff9cbb03095cd3545038eb323d630.tar.gz
ex_prometheus_io-87ff5ab5a7cff9cbb03095cd3545038eb323d630.tar.xz
Update Poison dependency
Keep backwards compatibility since we do not actually _need_ Poison 2.x yet.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f0771db..55e17e9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -19,7 +19,7 @@ defmodule ExPrometheusIo.Mixfile do
end
defp deps do
- [{:poison, "~> 1.5"}]
+ [{:poison, "~> 2.2 or ~> 1.5"}]
end
defp elixirc_paths(:test), do: ["lib", "test/support"]