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:
authorMickael Remond <mremond@process-one.net>2016-07-08 12:40:28 +0300
committerMickael Remond <mremond@process-one.net>2016-07-08 12:40:28 +0300
commitfebbc2bb5a75416b2b59bc7856f49bda231f3566 (patch)
tree997115509993a28873e451453041304394f0d119
parent71f27ee7d4af5820c64247a7075488737c3002d6 (diff)
Update dependencies
-rw-r--r--rebar.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index a07498be6..e1ae94bd2 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.5"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.3"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.5"}}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.6"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.4"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.14"}}},
- {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.5"}}},
- {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.6"}}},
- {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.4"}}},
+ {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.6"}}},
+ {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.7"}}},
+ {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.5"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},
{p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},