summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-08-02 16:06:19 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-08-02 16:06:19 +0200
commite8fb9ab30320767ab378e82d69c3a317964bc010 (patch)
treecb9fa51491623e60f9a28ed92e391cf5d9792c89 /rebar.config
parentUpdate deps to tagged versions (diff)
Use tagged version for yconf as well
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 89518d8d..e05fe84e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -26,7 +26,7 @@
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.37"}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.0"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.20"}}},
- {yconf, ".*", {git, "https://github.com/processone/yconf", "97a1189"}},
+ {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.0"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.3"}}},
@@ -73,7 +73,8 @@
ezlib,
eimp,
mqtree,
- pkix]}}.
+ pkix,
+ yconf]}}.
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",
"src/gen_mod.erl", "src/mod_muc_room.erl",