diff --git a/rebar.config b/rebar.config index 3bb2917..3f6100b 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {post_hooks, []}. -{deps, [{prometheus_httpd, "2.1.11"}]}. +deps, [{prometheus_httpd, {git, "https://github.com/benoitc/prometheus-httpd", {branch, "master"}}}]}. {shell, [{apps, [prometheus_cowboy]}]}. {cover_enabled, true}. {cover_export_enabled, true}.