From c7a7ae636e659614045b63718dafd3d269eac4ed Mon Sep 17 00:00:00 2001 From: Todd Pickell Date: Tue, 30 Jul 2024 00:32:20 -0500 Subject: [PATCH] [#91] Update rebar.config.*.tpl files deps to work for 0.4.10 --- priv/templates/rebar.config.escript.tpl | 4 ++-- priv/templates/rebar.config.main.tpl | 4 ++-- priv/templates/rebar.config.release.tpl | 4 ++-- priv/templates/rebar.config.tpl | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/priv/templates/rebar.config.escript.tpl b/priv/templates/rebar.config.escript.tpl index 7d90eea..6eca165 100644 --- a/priv/templates/rebar.config.escript.tpl +++ b/priv/templates/rebar.config.escript.tpl @@ -2,11 +2,11 @@ {deps, [ {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {ltest, "0.13.8"} ]}. {plugins, [ - {rebar3_lfe, "0.4.9"} + {rebar3_lfe, "0.4.10"} ]}. {provider_hooks, [ diff --git a/priv/templates/rebar.config.main.tpl b/priv/templates/rebar.config.main.tpl index 952a34d..7db4eb9 100644 --- a/priv/templates/rebar.config.main.tpl +++ b/priv/templates/rebar.config.main.tpl @@ -2,11 +2,11 @@ {deps, [ {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {ltest, "0.13.8"} ]}. {plugins, [ - {rebar3_lfe, "0.4.9"} + {rebar3_lfe, "0.4.10"} ]}. {lfe, [ diff --git a/priv/templates/rebar.config.release.tpl b/priv/templates/rebar.config.release.tpl index 534b36d..9a28811 100644 --- a/priv/templates/rebar.config.release.tpl +++ b/priv/templates/rebar.config.release.tpl @@ -2,11 +2,11 @@ {deps, [ {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {ltest, "0.13.8"} ]}. {plugins, [ - {rebar3_lfe, "0.4.9"} + {rebar3_lfe, "0.4.10"} ]}. {provider_hooks, [ diff --git a/priv/templates/rebar.config.tpl b/priv/templates/rebar.config.tpl index 90752e7..9ef002a 100644 --- a/priv/templates/rebar.config.tpl +++ b/priv/templates/rebar.config.tpl @@ -2,11 +2,11 @@ {deps, [ {lfe, "2.1.3"}, - {ltest, "0.13.6"} + {ltest, "0.13.8"} ]}. {plugins, [ - {rebar3_lfe, "0.4.9"} + {rebar3_lfe, "0.4.10"} ]}. {provider_hooks, [