From 76695c965258b9d5477fd6f4baa92b3eaf092147 Mon Sep 17 00:00:00 2001 From: zhouzb Date: Fri, 7 Jan 2022 14:44:56 +0800 Subject: [PATCH] test: update epgsql branch to test --- apps/emqx_connector/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_connector/rebar.config b/apps/emqx_connector/rebar.config index 0ffae9f7c..bfc4149e7 100644 --- a/apps/emqx_connector/rebar.config +++ b/apps/emqx_connector/rebar.config @@ -7,7 +7,7 @@ {emqx, {path, "../emqx"}}, {eldap2, {git, "https://github.com/emqx/eldap2", {tag, "v0.2.2"}}}, {mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}}, - {epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.7-emqx.1"}}}, + {epgsql, {git, "https://github.com/emqx/epgsql", {branch, "test"}}}, %% NOTE: mind poolboy version when updating mongodb-erlang version {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.11"}}}, %% NOTE: mind poolboy version when updating eredis_cluster version