Explorar o código

fix: update jq to v0.2.2

This commit makes jq compile error reporting better and avoids a crash
when the program contains an include expression.
Kjell Winblad %!s(int64=3) %!d(string=hai) anos
pai
achega
e107f84d7e
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      mix.exs
  2. 1 1
      rebar.config.erl

+ 1 - 1
mix.exs

@@ -611,7 +611,7 @@ defmodule EMQXUmbrella.MixProject do
 
 
   defp jq_dep() do
   defp jq_dep() do
     if enable_jq?(),
     if enable_jq?(),
-      do: [{:jq, github: "emqx/jq", tag: "v0.2.0", override: true}],
+      do: [{:jq, github: "emqx/jq", tag: "v0.2.2", override: true}],
       else: []
       else: []
   end
   end
 
 

+ 1 - 1
rebar.config.erl

@@ -41,7 +41,7 @@ quicer() ->
     {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}.
     {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}.
 
 
 jq() ->
 jq() ->
-    {jq, {git, "https://github.com/emqx/jq", {tag, "v0.2.0"}}}.
+    {jq, {git, "https://github.com/emqx/jq", {tag, "v0.2.2"}}}.
 
 
 deps(Config) ->
 deps(Config) ->
     {deps, OldDeps} = lists:keyfind(deps, 1, Config),
     {deps, OldDeps} = lists:keyfind(deps, 1, Config),