Merge pull request #8104 from terry-xiaoyu/jq_on_macosx_m1
chore: ping jq v0.3.3
This commit is contained in:
commit
ce6d56a811
|
@ -29,7 +29,7 @@
|
|||
%% hyphen.
|
||||
|
||||
%% Community edition
|
||||
-define(EMQX_RELEASE_CE, "5.0.0-rc.3").
|
||||
-define(EMQX_RELEASE_CE, "5.0.0-rc.4").
|
||||
|
||||
%% Enterprise edition
|
||||
-define(EMQX_RELEASE_EE, "5.0.0-alpha.1").
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -609,7 +609,7 @@ defmodule EMQXUmbrella.MixProject do
|
|||
|
||||
defp jq_dep() do
|
||||
if enable_jq?(),
|
||||
do: [{:jq, github: "emqx/jq", tag: "v0.3.2", override: true}],
|
||||
do: [{:jq, github: "emqx/jq", tag: "v0.3.3", override: true}],
|
||||
else: []
|
||||
end
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ quicer() ->
|
|||
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}.
|
||||
|
||||
jq() ->
|
||||
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.2"}}}.
|
||||
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.3"}}}.
|
||||
|
||||
deps(Config) ->
|
||||
{deps, OldDeps} = lists:keyfind(deps, 1, Config),
|
||||
|
|
Loading…
Reference in New Issue