diff options
author | Mickael Remond <mremond@process-one.net> | 2016-04-06 12:59:58 +0200 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-04-06 12:59:58 +0200 |
commit | 1b9b5f8e6ab605a33c35c2780cb32ed2cbd7d92a (patch) | |
tree | ad8f03a0b107d9cf9acbb3bf01054db88903f315 | |
parent | We need to set hosts in options to be able to retrieve 'MYHOSTS' (diff) | |
parent | Merge pull request #1054 from richp10/master (diff) |
Merge branch 'master' of github.com:processone/ejabberd
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index f214482dd..5b6676a13 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.2"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.1"}}}, - {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.2"}}}, + {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.3"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}}, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}}, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.2"}}}, |