diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-24 10:45:57 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-24 10:45:57 +0100 |
commit | d12210f4e158bdb261e76e75956ec3b38b7aac48 (patch) | |
tree | e165a845a224dae7e0c491b388178bb8b2795875 | |
parent | Don't make ejabberd.service file executable (diff) |
Use new versions of fast_xml and xmpp
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 6db14c87b..929c15304 100644 --- a/rebar.config +++ b/rebar.config @@ -12,8 +12,8 @@ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.4"}}}, {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.3"}}}, + {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.17"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.0.4"}}}, {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"}}}, |