aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-07-28 11:25:25 +0200
committerBadlop <badlop@process-one.net>2020-07-28 11:25:43 +0200
commite0b7fd72afbf7bdfe54bf167cd4c7f83676e0e6a (patch)
treefab81c9796e710f9696befe748b061d1a1b996e4 /rebar.config
parentSort dependencies and improve some indentation (diff)
Update Stun to 1.0.36, and Esip too
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 022417948..28fcb988a 100644
--- a/rebar.config
+++ b/rebar.config
@@ -29,7 +29,7 @@
{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.35"}}}},
+ {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.36"}}}},
{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.7"}}},
@@ -57,7 +57,7 @@
{sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.8"}}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.21"}}},
{if_var_true, stun,
- {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.35"}}}},
+ {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.36"}}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.8"}}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.6"}}}
]}.