From 807b4ff285a70e1d4be68493cf9a1d6d528c0c51 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Jul 2024 17:20:00 +0200 Subject: [PATCH] CI: Use the new feature of ejabberd 24.07 to fetch dependencies from hex --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6c71a4..f5c3a6f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,11 +141,11 @@ jobs: sed -i 's|{deps, \[|{deps, \[ \ {cuesport, ".*", {git, "https://github.com/goj/cuesport", {branch, "master"}}}, \ {ecaptcha, ".*", {git, "https://github.com/seriyps/ecaptcha", {branch, "master"}}}, \ - {fusco, ".*", {git, "https://github.com/esl/fusco", {branch, "master"}}}, \ + {fusco, "0.1.1", {git, "https://github.com/esl/fusco", {branch, "master"}}}, \ {observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli", {branch, "master"}}}, \ - {prometheus, ".*", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}, \ - {quantile_estimator, ".*", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}}, \ - {recon, ".*", {git, "https://github.com/ferd/recon", {branch, "master"}}}, \ + {prometheus, "1.44.0", {git, "https://github.com/deadtrickster/prometheus.erl", {branch, "master"}}}, \ + {quantile_estimator, "0.2.1", {git, "https://github.com/deadtrickster/quantile_estimator", {branch, "master"}}}, \ + {recon, "2.5.5", {git, "https://github.com/ferd/recon", {branch, "master"}}}, \ |g' rebar.config sed -i 's|stdlib, |stdlib, cuesport, ecaptcha, fusco, observer_cli, prometheus, recon, |g' rebar.config