diff --git a/rebar.config b/rebar.config index 702957f..a4ea82f 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,8 @@ {post_hooks, []}. -{deps, [{prometheus_httpd, "2.1.11"}]}. +{deps, [{prometheus_httpd, + {git, "https://github.com/benoitc/prometheus-httpd", {ref, "4939d9cfc1b8c9d19a579541e4cdba94da97ee9e"}}}]}. {shell, [{apps, [prometheus_cowboy]}]}. {cover_enabled, true}. {cover_export_enabled, true}. @@ -25,9 +26,9 @@ {overview, "doc/overview.md"}, {top_level_readme, {"./README.md", - "https://github.com/deadtrickster/prometheus-cowboy"}}]}]}, - {test, [{plugins, [{coveralls, "1.4.0"}, - {rebar3_elvis_plugin, "0.0.4"}]}, + "https://github.com/benoitc/prometheus-cowboy"}}]}]}, + {test, [{project_plugins, [{coveralls, "1.4.0"}, + {rebar3_elvis_plugin, "0.0.4"}]}, {erl_opts, [nowarn_export_all]}]}, {cowboy1, [{ct_opts, [{dir, "./test/cowboy1"}]}, {deps, [{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "1.1.2"}}}]}]}, @@ -37,5 +38,3 @@ {deps, [{'erlang-color', {git, "https://github.com/julianduque/erlang-color", {branch, "master"}}}]}]}]}. - -{plugins, [{rebar3_archive_plugin, "0.0.1"}]}.