From 8f6e02c3224ffc4118c57e2763fc4da92a6b3a60 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 19 Mar 2021 12:08:39 +0100 Subject: [PATCH] chore(lib-extra): Pin elixir plugin dependency with tag --- lib-extra/plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-extra/plugins b/lib-extra/plugins index add732e61..6c0f1d9f0 100644 --- a/lib-extra/plugins +++ b/lib-extra/plugins @@ -4,6 +4,6 @@ }. {elixir_plugins, - [ {emqx_elixir_plugin, {git, "https://github.com/zmstone/emqx-elixir-plugin.git", {branch, "umbrella"}}} + [ {emqx_elixir_plugin, {git, "https://github.com/emqx/emqx-elixir-plugin.git", {branch, "3.0.0"}}} ] }.