aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-04-16 14:06:04 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-04-16 18:26:13 +0200
commitcb1c0a3188b505f8985b0f1fea6fed9793a596f3 (patch)
tree1cc433b8407e17e6952a2bbc139790baafaa6015
parentUpdate documentation of mod_shared_roster (#3214) (diff)
Update mysql driver to get rid of warning
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 9ab3b6058..778716299 100644
--- a/rebar.config
+++ b/rebar.config
@@ -39,7 +39,7 @@
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.31"}}}},
{if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.32"}}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",
- {tag, "1.0.14"}}}},
+ "604f7b339e845c2fb4219960a19fc5c048f16c0b"}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql",
{tag, "1.1.9"}}}},
{if_var_true, sqlite, {sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3",