Merge pull request #9248 from emqx/chore-update-jq-mix-dependency

chore: update jq version in mix
This commit is contained in:
Ivan Dyachkov 2022-10-27 17:37:39 +02:00 committed by GitHub
commit ed8286aff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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