diff --git a/rebar.config b/rebar.config index 45fa07bee..eb658f5b6 100644 --- a/rebar.config +++ b/rebar.config @@ -29,7 +29,6 @@ {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.12"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}}, - {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}}, {fs, ".*", {git, "https://github.com/synrc/fs", "bed9467"}}, {eimp, ".*", {git, "https://github.com/processone/eimp", "c7201d18"}}, @@ -55,6 +54,8 @@ {git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}}}, {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"}}}}, {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",