diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-10-19 09:33:26 +0200 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2018-10-19 10:15:48 +0200 |
commit | 0352b97f50ff54b2ccedf51f15b5ffd0633a83e9 (patch) | |
tree | f7ab012714e0b9a18e0bd3fbdb6d264c13e96b6d | |
parent | Affiliations other than admin and owner cannot invite to members_only rooms (diff) |
Update p1_mysql
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index e3063dadc..16fbd8dfc 100644 --- a/rebar.config +++ b/rebar.config @@ -35,7 +35,7 @@ {if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.25"}}}}, {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.26"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", - {tag, "1.0.7"}}}}, + "fccad9b5e15377d47d51bbfe05ca9646f519f3ef"}}}, {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", {tag, "1.1.6"}}}}, {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", |