feat: lock deps version

This commit is contained in:
x1001100011 2021-09-23 21:21:17 -07:00
parent 7e2c035562
commit ddb79f51ae
4 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@ defmodule EMQX.MixProject do
defp deps do defp deps do
[ [
{:gproc, "~> 0.9"}, {:gproc, "0.9.0"},
{:recon, "~> 2.5"}, {:recon, "2.5.2"},
{:cowboy, github: "emqx/cowboy", tag: "2.8.2"}, {:cowboy, github: "emqx/cowboy", tag: "2.8.2"},
{:esockd, github: "emqx/esockd", tag: "5.8.0"}, {:esockd, github: "emqx/esockd", tag: "5.8.0"},
{:ekka, github: "emqx/ekka", tag: "0.10.8"}, {:ekka, github: "emqx/ekka", tag: "0.10.8"},

View File

@ -32,7 +32,7 @@ defmodule EMQXAuthn.MixProject do
{:esasl, github: "emqx/esasl", tag: "0.1.0"}, {:esasl, github: "emqx/esasl", tag: "0.1.0"},
{:epgsql, github: "epgsql/epgsql", tag: "4.4.0"}, {:epgsql, github: "epgsql/epgsql", tag: "4.4.0"},
{:mysql, github: "emqx/mysql-otp", tag: "1.7.1"}, {:mysql, github: "emqx/mysql-otp", tag: "1.7.1"},
{:jose, "~> 1.11"} {:jose, "1.11.2"}
] ]
end end
end end

View File

@ -23,7 +23,7 @@ defmodule EMQXReleaseHelper.MixProject do
defp deps do defp deps do
[ [
{:bbmustache, "~> 1.12"} {:bbmustache, "1.12.1"}
] ]
end end
end end

View File

@ -24,8 +24,8 @@ defmodule EMQXResource.MixProject do
defp deps do defp deps do
[ [
{:jsx, "~> 3.1"}, {:jsx, "3.1.0"},
{:gproc, "~> 0.9"}, {:gproc, "0.9.0"},
{:hocon, github: "emqx/hocon"} {:hocon, github: "emqx/hocon"}
] ]
end end