From ffed854e8ef2f8187aaf83aafaa1d317dcbf54f1 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Mon, 2 Jan 2023 14:31:32 -0600 Subject: [PATCH] Updated templates to use latest versions. --- priv/templates/rebar.config.escript.tpl | 5 +++-- priv/templates/rebar.config.main.tpl | 5 +++-- priv/templates/rebar.config.release.tpl | 5 +++-- priv/templates/rebar.config.tpl | 6 +++--- 4 files changed, 12 insertions(+), 9 deletions(-) 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, [