summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-25 13:02:31 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-11-25 13:02:31 +0100
commit3ac73f9607034693f07a4a6ce50344d54c41629c (patch)
treeaf8022edae17107a1c9b1568f48e103fa429c2ff /rebar.config
parentMerge branch 'master' of github.com:processone/ejabberd (diff)
Update dependencies
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config24
1 files changed, 12 insertions, 12 deletions
diff --git a/rebar.config b/rebar.config
index 95ddbc96..80eb25a9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -9,21 +9,21 @@
{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.4"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.7"}}},
- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.6"}}},
- {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.17"}}},
- {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.1"}}},
- {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.7"}}},
- {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.8"}}},
- {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.6"}}},
- {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
+ {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"}}},
+ {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.2"}}},
+ {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.8"}}},
+ {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.9"}}},
+ {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"}}},
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
- {tag, "1.0.1"}}}},
+ {tag, "1.0.2"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
- {tag, "1.1.0"}}}},
+ {tag, "1.1.1"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",
{tag, "1.1.5"}}}},
{if_var_true, pam, {p1_pam, ".*", {git, "https://github.com/processone/epam",
@@ -39,7 +39,7 @@
{if_var_true, elixir, {rebar_elixir_plugin, ".*",
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
{if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv",
- {tag, "1.0.2"}}}},
+ {tag, "1.0.3"}}}},
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
{tag, "0.8.4"}}}},
{if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git",