We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2607a commit 22f3c96Copy full SHA for 22f3c96
mod_prometheus/rebar.config
@@ -1,4 +1,4 @@
1
{deps, [
2
{quantile_estimator, "1.0.2", {git, "https://github.com/odo/quantile_estimator", {branch, "master"}}},
3
- {prometheus, "5.0.0", {git, "https://github.com/prometheus-erl/prometheus.erl", {branch, "master"}}}
+ {prometheus, "5.0.0", {git, "https://github.com/prometheus-erl/prometheus.erl", {tag, "v5.0.0"}}}
4
]}.
0 commit comments