summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-06-07 16:55:47 +0200
committerBadlop <badlop@process-one.net>2021-06-08 19:00:46 +0200
commit9a93562b94512b1d33ff8eeaf51925fdb1569e5b (patch)
treed6c6ec4b51f94cd1eee8ea59762ae6a788a61d70 /rebar.config
parentReturn proper index when using after of before in PubSub with RSM (#3618) (diff)
Revert luerl from v0.4 which has a compilation warning; v0.3 is enough
Revert "Update luerl dependency from v0.3 to v0.4" This reverts commit 64f3f3287a3ae40ffa471558835a1a4155f5e0e4.
Diffstat (limited to '')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 69f0695e..046d3d92 100644
--- a/rebar.config
+++ b/rebar.config
@@ -41,7 +41,7 @@
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
{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.4"}}}},
+ {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}},
{p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.12"}}},
{if_var_true, mysql,