aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2022-09-15 10:18:49 +0200
committerPaweł Chmielowski <pawel@process-one.net>2022-09-22 11:09:12 +0200
commit09b33e17a6d640105fc13902115fcf6e57403b60 (patch)
treebdf8aa48f16ae3f3e714275e6d0c95fd82c2c9ef /rebar.config
parentThe archive_msg export fun requires MUC Service for room archives (diff)
Update mysql
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index bde90d50b..4a27d49f6 100644
--- a/rebar.config
+++ b/rebar.config
@@ -56,7 +56,7 @@
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.15"}}},
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.19"}}},
{if_var_true, mysql,
- {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", "82b68eb59a2e5a042605c604f72433c3472d5cf3"}}},
+ {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.20"}}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.11"}}},
{if_var_true, pgsql,
{p1_pgsql, ".*", {git, "https://github.com/processone/p1_pgsql", {tag, "1.1.18"}}}},