Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2021-04-29 15:21:37 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2021-04-29 15:21:37 +0300
commit78c09789f7be66d1844bf8dfd17eb9e7f3851c02 (patch)
tree67a222ea6117c9fd90cbc1a1142d290a15f01361 /rebar.config
parent5a8f1ca528e0272fb4911062d718ef7a975d8325 (diff)
Fix invalid_encoding error when using extended plane characters in vcard.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 81f3dc84c..1316ffe17 100644
--- a/rebar.config
+++ b/rebar.config
@@ -56,7 +56,7 @@
{rebar_elixir_plugin, ".*", {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}},
{if_var_true, sqlite,
{sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.12"}}}},
- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.25"}}},
+ {stringprep, ".*", {git, "https://github.com/processone/stringprep", "6d143ebcacaafe3a8adc669300a8ad001402b3d8"}},
{if_var_true, stun,
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.43"}}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.5.3"}}},