aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-06-07 16:18:41 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-06-07 16:18:41 +0200
commite3c801f1f5681fe4b0b592abeba66158d12aaeeb (patch)
treea17b98629708ef2263d72860fcbbf02164f2e611
parentOverride version of subdeps with version from main rebar.config (diff)
Update dependencies
-rw-r--r--rebar.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index e790310ac..f7f1e62b8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -19,12 +19,12 @@
%%%----------------------------------------------------------------------
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", "470539a"}},
- {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", "6f762a59"}},
+ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.9"}}},
+ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.8"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.11"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}},
- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.21"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "e8dbfec277e7eb27b8130b13873b969cc346fafc"}},
+ {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.22"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.10"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.9"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},