Преглед изворни кода

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

Ivan Dyachkov пре 3 година
родитељ
комит
2b3748304d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rebar.config.erl

+ 1 - 1
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),