aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-15 16:23:22 -0600
committerkballou <kballou@devnulllabs.io>2016-03-15 16:29:31 -0600
commit3b374935861b8869711f1f9694e82fdf7fb4bc6b (patch)
tree0fe92a27c75b7f0a2873a20edbcfc7d4ecdea80a /mix.exs
parentaa19495b230c374781cb5151e4e0e2f5a765880b (diff)
downloadex_prometheus_io-3b374935861b8869711f1f9694e82fdf7fb4bc6b.tar.gz
ex_prometheus_io-3b374935861b8869711f1f9694e82fdf7fb4bc6b.tar.xz
Add Poison JSON decoding dependency
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 9a632ba..730cc0a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -15,6 +15,6 @@ defmodule ExPrometheusIo.Mixfile do
end
defp deps do
- []
+ [{:poison, "~> 1.5"}]
end
end