summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-12-06 17:54:21 +0100
committerMickael Remond <mremond@process-one.net>2016-12-06 17:54:21 +0100
commit1c8edd07a18afbe9e307d22a70f195d4cf318316 (patch)
tree3e6121ad7ef8039065f5b5131d40b24b3c0752c0 /rebar.config
parentFix compilation of external module with new xmpp lib (diff)
Update xmpp lib version and fix path when using deps.get and compile in same commande
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 85d8c105..162409af 100644
--- a/rebar.config
+++ b/rebar.config
@@ -13,7 +13,7 @@
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.8"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.18"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "47d6e8b071c52e0fc07a02fd0bfbc3deae290abd"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.4"}}},
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.8"}}},
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.9"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.7"}}},