diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2017-12-28 14:34:50 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2017-12-28 14:34:50 +0100 |
commit | 48c96dc1a9ac31033b05aae0fe2d9af82b8baf99 (patch) | |
tree | 281cce3e1d2c665919ac7f7bd639ad495f64cfc9 | |
parent | Fix check_opt_range when no boundary is configured (diff) |
Update stun and esip
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 0a8a6efd6..ac2ab9abe 100644 --- a/rebar.config +++ b/rebar.config @@ -32,8 +32,8 @@ {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}}, {fs, ".*", {git, "https://github.com/synrc/fs", {tag, "2.12.0"}}}, - {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.16"}}}}, - {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.17"}}}}, + {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.17"}}}}, + {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.18"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.4"}}}}, {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", |