Browse Source

chore(lib-extra): Pin elixir plugin dependency with tag

Zaiming Shi 5 years ago
parent
commit
8f6e02c322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib-extra/plugins

+ 1 - 1
lib-extra/plugins

@@ -4,6 +4,6 @@
 }.
 }.
 
 
 {elixir_plugins,
 {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"}}}
   ]
   ]
 }.
 }.