aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-12-26 11:13:18 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-12-26 11:13:18 +0100
commite7308b7d86f443987b2aee56cae2a7e6c06308e2 (patch)
tree33a7be32685368667b7f3e688160e511fc3ac087 /rebar.config
parentRevert "Don't set twice" (diff)
Update dependencies
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 857133829..7c4b92460 100644
--- a/rebar.config
+++ b/rebar.config
@@ -22,10 +22,10 @@
{tag, {if_version_above, "17", "3.4.2", "3.2.1"}}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.12"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "ac507f2"}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.18"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", "f22a56d"}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", "597d78b"}},
+ {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.26"}}},
+ {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.17"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.12"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},