diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-03-15 11:59:18 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-03-15 11:59:18 +0100 |
commit | 291c05715bcc3a30bef26675000b31be6f893887 (patch) | |
tree | ce036f8328c6225650668fe5caa0e084b394c2dd | |
parent | Add newline to error_logger log format (diff) |
Update mysql dependency
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c95c187bd..1a22eb3a8 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.27"}}}}, {if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.28"}}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", - {tag, "1.0.9"}}}}, + {tag, "1.0.10"}}}}, {if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", {tag, "1.1.7"}}}}, {if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", |