aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-07-28 14:04:00 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-07-28 14:04:00 +0200
commit87bbd9cb02a5ccae9da49bfe81d4b5b4f08e47e5 (patch)
treea6b7c30b717c122e76fd47d7d0f910a3c4dc9780
parentUpdate changelog (diff)
Update stun
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 25c29447a..f52580b33 100644
--- a/rebar.config
+++ b/rebar.config
@@ -56,7 +56,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.36"}}}},
+ {stun, ".*", {git, "https://github.com/processone/stun", "cbc87be382fd07918c590320099806f4b9c2747b"}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.8"}}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.6"}}}
]}.