diff --git a/rebar.config b/rebar.config index ebb44679c..a533437bf 100644 --- a/rebar.config +++ b/rebar.config @@ -24,16 +24,16 @@ {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.4.4"}}}}, {if_var_true, pam, - {epam, ".*", {git, "https://github.com/processone/epam", {tag, "1.0.9"}}}}, + {epam, ".*", {git, "https://github.com/processone/epam", {tag, "1.0.10"}}}}, {if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis", {tag, "v1.0.8"}}}}, {if_var_true, sip, - {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.37"}}}}, + {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.38"}}}}, {if_var_true, zlib, - {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.8"}}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.8"}}}, - {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.43"}}}, - {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.27"}}}, + {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.9"}}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.9"}}}, + {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.44"}}}, + {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.28"}}}, {idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.5"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}, @@ -41,7 +41,7 @@ {if_var_true, tools, {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}}, {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.10"}}}, - {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.8"}}}, + {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.9"}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.16"}}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.7"}}}, @@ -54,11 +54,11 @@ {rebar_elixir_plugin, ".*", {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}}, {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.8"}}}}, - {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.22"}}}, + {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.23"}}}, {if_var_true, stun, - {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.37"}}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", "362394889f5b2653177be1368d555277f2c49719"}}, - {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.7"}}} + {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.39"}}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.10"}}}, + {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.8"}}} ]}. {gitonly_deps, [elixir, luerl]}.