瀏覽代碼

fix(ci): bump to jq v0.3.9 with OTP-25 prebuilt binaries

This should heal OTP-25 package builds targeting amzn2.
Andrew Mayorov 3 年之前
父節點
當前提交
7df1e6cb36
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      mix.exs
  2. 1 1
      rebar.config.erl

+ 1 - 1
mix.exs

@@ -640,7 +640,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.3.8", override: true}],
+      do: [{:jq, github: "emqx/jq", tag: "v0.3.9", override: true}],
       else: []
       else: []
   end
   end
 
 

+ 1 - 1
rebar.config.erl

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