summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-19 13:57:25 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-19 13:57:25 +0300
commit13c603970043c556e6e5f1a598c967c5db14f5f9 (patch)
tree5289e4e089d72361b2fa5d13153446bb02427d99 /rebar.config
parentTransform ejabberd_commands on the start (diff)
Use xmpp_util.erl from XMPP library
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 0fa157e7..6db14c87 100644
--- a/rebar.config
+++ b/rebar.config
@@ -13,7 +13,7 @@
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.7"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.6"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.16"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.0.2"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.0.3"}}},
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.7"}}},
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.8"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.6"}}},