aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-05-27 12:30:24 +0200
committerBadlop <badlop@process-one.net>2021-05-28 16:53:09 +0200
commit64f3f3287a3ae40ffa471558835a1a4155f5e0e4 (patch)
tree3fbfe5c7ce7a389b7bb8a2531368161ffa5a561d /rebar.config
parentUpdate lager dependency from 3.6.10 to 3.9.1 to make Dialyzer happy (diff)
Update luerl dependency from v0.3 to v0.4
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 17c841880..26707533f 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.3"}}}},
+ {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.4"}}}},
{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,