Update luerl dependency from v0.3 to v0.4

This commit is contained in:
Badlop 2021-05-27 12:30:24 +02:00
parent 1befa8d8b7
commit 64f3f3287a
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ defmodule Ejabberd.Mixfile do
for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}}, for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}},
{config(:redis), {:eredis, "~> 1.0"}}, {config(:redis), {:eredis, "~> 1.0"}},
{config(:zlib), {:ezlib, "~> 1.0"}}, {config(:zlib), {:ezlib, "~> 1.0"}},
{config(:lua), {:luerl, "~> 0.3.1"}}, {config(:lua), {:luerl, "~> 0.4.0"}},
{config(:sqlite), {:sqlite3, "~> 1.1"}}], do: {config(:sqlite), {:sqlite3, "~> 1.1"}}], do:
dep dep
end end

View File

@ -41,7 +41,7 @@
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}}, {lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
{if_var_true, lua, {if_var_true, lua,
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}}, {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.4"}}}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}}, {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}},
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.12"}}}, {p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.12"}}},
{if_var_true, mysql, {if_var_true, mysql,