aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-03-20 15:33:55 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-03-20 15:33:55 +0100
commitb6e1858ce65a7173f5ca14032b47ae1ae6681c0e (patch)
treec14abe1c55dbc1663ac0de12f5c6c3fc25ddf8e2
parentRevert "Bump OTP version to 19.3 in Travis config" (diff)
Update xmpp and fast_tls versions
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index d2e459f86..e80fe3131 100644
--- a/rebar.config
+++ b/rebar.config
@@ -21,10 +21,10 @@
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.7"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.6"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "afdd07811e0e6eff444c035ffeb2aa9efb4dbe6d"}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.11"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.21"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "50f2d85"}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.9"}}},
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.9"}}},
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.10"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.8"}}},