aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2016-12-22 15:10:57 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2016-12-22 15:10:57 +0100
commit08f73a5aeb825712c599c66c0a48da521240ea00 (patch)
treea710d76d813b31cc1e0c9debca32ce4aa4690b56
parentExtract correctly the text from #stanza_error (#1425) (diff)
Update deps
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 162409afb..2b0f8d6cc 100644
--- a/rebar.config
+++ b/rebar.config
@@ -10,12 +10,12 @@
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.5"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.8"}}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.9"}}},
{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", {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"}}},
+ {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.7"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},