From 2b3748304d609a8853351c65234bf8a20b3fc148 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 27 Oct 2022 15:27:38 +0200 Subject: [PATCH] chore: bump jq to v0.3.8 (remove -flat_namespace flag on Darwin) --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index eb79e6028..85130fb45 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -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),