From 6cdb7b446847eb78f29f57aa9920528fee5e7ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 23 Jan 2018 09:37:46 +0100 Subject: [PATCH] Fix tag used in luerl dependency --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index eb658f5b6..0bed2299e 100644 --- a/rebar.config +++ b/rebar.config @@ -55,7 +55,7 @@ {if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv", {tag, "1.0.6"}}}}, {if_var_true, tools, {luerl, ".*", {git, "https://github.com/rvirding/luerl", - {tag, "0.3.1"}}}}, + {tag, "v0.3"}}}}, {if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck", {tag, "0.8.4"}}}}, {if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka",