summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2021-12-09 12:13:42 +0100
committerPaweł Chmielowski <pawel@process-one.net>2021-12-09 12:13:48 +0100
commita94209a0e0de882e112400bf24c0a5721b8ae520 (patch)
tree62f5db3aed8714b098244e5ab54083c78ce71eb2 /rebar.config
parentUpdate CHANGELOG.md to 21.12 (diff)
Update stun and esip dependencies
Diffstat (limited to '')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 774c3af6..179052d1 100644
--- a/rebar.config
+++ b/rebar.config
@@ -30,7 +30,7 @@
{if_var_true, redis,
{eredis, ".*", {git, "https://github.com/wooga/eredis", {tag, "v1.2.0"}}}},
{if_var_true, sip,
- {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.44"}}}},
+ {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.45"}}}},
{if_var_true, zlib,
{ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.10"}}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.13"}}},
@@ -58,7 +58,7 @@
{sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.13"}}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.27"}}},
{if_var_true, stun,
- {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.45"}}}},
+ {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.47"}}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.5.6"}}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}}
]}.