diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-03-26 16:16:59 +0200 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-03-26 16:18:29 +0200 |
commit | d71bc732717ca637c42edf3a75aef71ac6c67ef8 (patch) | |
tree | 8310b16ea7ca69ec324ac8d7e521dcd2e4a2f359 | |
parent | Fix returning value from mod_vcard_ldap's search() callback (diff) |
Update eimp
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c92b9eb13..e4ac1334d 100644 --- a/rebar.config +++ b/rebar.config @@ -30,7 +30,7 @@ {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}}, - {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.3"}}}, + {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.4"}}}, {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.21"}}}}, {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.22"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", |