Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-12-06 18:36:04 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-12-06 18:36:04 +0300
commitabeee837fc877456d40ac2aef578d330b2f9da61 (patch)
tree93bf386b625b35a114af928f2838092aaaee3879 /rebar.config
parent7a9d2cabc0a1e24dd887707dd4bfc08c6e66b83c (diff)
Bump xmpp and fast_xml revisions
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 748bdd3c9..74fb839bd 100644
--- a/rebar.config
+++ b/rebar.config
@@ -24,8 +24,8 @@
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.12"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.17"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", "724ec0a"}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "dbbaed4edfc"}},
+ {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", "f22a56d"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "320e00a"}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.12"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},