chore: bump jq to v0.3.8 (remove -flat_namespace flag on Darwin)

This commit is contained in:
Ivan Dyachkov 2022-10-27 15:27:38 +02:00
parent 3e3653ab22
commit 2b3748304d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ quicer() ->
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.16"}}}.
jq() ->
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.6"}}}.
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.8"}}}.
deps(Config) ->
{deps, OldDeps} = lists:keyfind(deps, 1, Config),