mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Update Luerl to 1.0.0, now available in Hex.pm (rvirding/luerl#142)
This commit is contained in:
parent
7c9b47fb78
commit
61dc89a068
2
mix.exs
2
mix.exs
@ -147,7 +147,7 @@ defmodule Ejabberd.MixProject do
|
|||||||
for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}},
|
for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}},
|
||||||
{config(:redis), {:eredis, "~> 1.2.0"}},
|
{config(:redis), {:eredis, "~> 1.2.0"}},
|
||||||
{config(:zlib), {:ezlib, "~> 1.0"}},
|
{config(:zlib), {:ezlib, "~> 1.0"}},
|
||||||
{config(:lua), {:luerl, "~> 0.3.1"}},
|
{config(:lua), {:luerl, "~> 1.0"}},
|
||||||
{config(:sqlite), {:sqlite3, "~> 1.1"}}], do:
|
{config(:sqlite), {:sqlite3, "~> 1.1"}}], do:
|
||||||
dep
|
dep
|
||||||
end
|
end
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}},
|
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}},
|
||||||
{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, "1.0.0"}}}},
|
||||||
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.14"}}},
|
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.14"}}},
|
||||||
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.16"}}},
|
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.16"}}},
|
||||||
{if_var_true, mysql,
|
{if_var_true, mysql,
|
||||||
@ -63,7 +63,7 @@
|
|||||||
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}}
|
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{gitonly_deps, [elixir, luerl]}.
|
{gitonly_deps, [elixir]}.
|
||||||
|
|
||||||
{if_var_true, latest_deps,
|
{if_var_true, latest_deps,
|
||||||
{floating_deps, [cache_tab,
|
{floating_deps, [cache_tab,
|
||||||
|
Loading…
Reference in New Issue
Block a user