diff --git a/priv/templates/rebar.config.escript.tpl b/priv/templates/rebar.config.escript.tpl index f329f1a..60df325 100644 --- a/priv/templates/rebar.config.escript.tpl +++ b/priv/templates/rebar.config.escript.tpl @@ -1,11 +1,12 @@ {erl_opts, [no_debug_info]}. {deps, [ - {lfe, "2.0.1"} + {lfe, "2.1.0"}, + {ltest, "0.13.2"} ]}. {plugins, [ - {rebar3_lfe, "0.4.0"} + {rebar3_lfe, "0.4.1"} ]}. {provider_hooks, [ diff --git a/priv/templates/rebar.config.main.tpl b/priv/templates/rebar.config.main.tpl index 5a7ed9a..e839d01 100644 --- a/priv/templates/rebar.config.main.tpl +++ b/priv/templates/rebar.config.main.tpl @@ -1,11 +1,12 @@ {erl_opts, [debug_info]}. {deps, [ - {lfe, "2.0.1"} + {lfe, "2.1.0"}, + {ltest, "0.13.2"} ]}. {plugins, [ - {rebar3_lfe, "0.4.0"} + {rebar3_lfe, "0.4.1"} ]}. {lfe, [ diff --git a/priv/templates/rebar.config.release.tpl b/priv/templates/rebar.config.release.tpl index 475ece1..73605b9 100644 --- a/priv/templates/rebar.config.release.tpl +++ b/priv/templates/rebar.config.release.tpl @@ -1,11 +1,12 @@ {erl_opts, [debug_info]}. {deps, [ - {lfe, "2.0.1"} + {lfe, "2.1.0"}, + {ltest, "0.13.2"} ]}. {plugins, [ - {rebar3_lfe, "0.4.0"} + {rebar3_lfe, "0.4.1"} ]}. {provider_hooks, [ diff --git a/priv/templates/rebar.config.tpl b/priv/templates/rebar.config.tpl index 46b110c..2bd88d9 100644 --- a/priv/templates/rebar.config.tpl +++ b/priv/templates/rebar.config.tpl @@ -1,12 +1,12 @@ {erl_opts, [debug_info]}. {deps, [ - {lfe, "2.0.1"}, - {ltest, "0.13.1"} + {lfe, "2.1.0"}, + {ltest, "0.13.2"} ]}. {plugins, [ - {rebar3_lfe, "0.4.0"} + {rebar3_lfe, "0.4.1"} ]}. {provider_hooks, [