Skip to content

Commit c3f62c0

Browse files
committed
Update deps once more
1 parent 4ddee2d commit c3f62c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

rebar.config

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
{deps, [{lager, ".*", {git, "https://github.com/erlang-lager/lager",
2222
{tag, {if_version_above, "17", "3.6.5", "3.2.1"}}}},
2323
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.13"}}},
24-
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.15"}}},
25-
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.24"}}},
26-
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.13"}}},
27-
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.33"}}},
28-
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.2.3"}}},
29-
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.16"}}},
24+
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.16"}}},
25+
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.25"}}},
26+
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.14"}}},
27+
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.34"}}},
28+
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.2.4"}}},
29+
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.17"}}},
3030
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
3131
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.3"}}},
3232
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
33-
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.7"}}},
34-
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.24"}}}},
35-
{if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.25"}}}},
33+
{eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.8"}}},
34+
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.25"}}}},
35+
{if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.26"}}}},
3636
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
3737
{tag, "1.0.7"}}}},
3838
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
@@ -52,7 +52,7 @@
5252
{if_not_rebar3, {if_var_true, elixir, {rebar_elixir_plugin, ".*",
5353
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}},
5454
{if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv",
55-
{tag, "1.0.9"}}}},
55+
{tag, "1.0.10"}}}},
5656
{if_var_true, tools, {luerl, ".*", {git, "https://github.com/rvirding/luerl",
5757
{tag, "v0.3"}}}},
5858
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",

0 commit comments

Comments
 (0)