Skip to content

Commit 22f3c96

Browse files
committed
mod_prometheus: Specify the dependency desired version also in git
When ejabberd is running as an OTP release, mix may not be available, and dependencies are fetched using git.
1 parent 2f2607a commit 22f3c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_prometheus/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{deps, [
22
{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"}}}
3+
{prometheus, "5.0.0", {git, "https://github.com/prometheus-erl/prometheus.erl", {tag, "v5.0.0"}}}
44
]}.

0 commit comments

Comments
 (0)