aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-01-04 21:22:11 +0100
committerBadlop <badlop@process-one.net>2022-01-04 21:32:23 +0100
commit61dc89a06826ae922db6433f1a354923c3737d2d (patch)
treebdd1baabf98dea3c89d55331670a925b51bce290
parentFix "make rel" when using mix, broken after 94a733c66 (diff)
Update Luerl to 1.0.0, now available in Hex.pm (rvirding/luerl#142)
-rw-r--r--mix.exs2
-rw-r--r--rebar.config4
2 files changed, 3 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index b4b71aa8f..64f94345c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -147,7 +147,7 @@ defmodule Ejabberd.MixProject do
for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}},
{config(:redis), {:eredis, "~> 1.2.0"}},
{config(:zlib), {:ezlib, "~> 1.0"}},
- {config(:lua), {:luerl, "~> 0.3.1"}},
+ {config(:lua), {:luerl, "~> 1.0"}},
{config(:sqlite), {:sqlite3, "~> 1.1"}}], do:
dep
end
diff --git a/rebar.config b/rebar.config
index 80683b442..e1b1b6903 100644
--- a/rebar.config
+++ b/rebar.config
@@ -41,7 +41,7 @@
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}},
{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
{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"}}},
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.16"}}},
{if_var_true, mysql,
@@ -63,7 +63,7 @@
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.12"}}}
]}.
-{gitonly_deps, [elixir, luerl]}.
+{gitonly_deps, [elixir]}.
{if_var_true, latest_deps,
{floating_deps, [cache_tab,