From 74e96afc10a1ff914347f6a48a8080a1ee40cb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Fri, 19 Oct 2018 10:57:22 +0200 Subject: [PATCH] Use tagged version of p1_mysql --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 16fbd8dfc..0a47c2f27 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", - "fccad9b5e15377d47d51bbfe05ca9646f519f3ef"}}}, + {tag, "1.0.8"}}}}, {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",