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, [