Skip to content

Commit

Permalink
Updated templates to use latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 2, 2023
1 parent af811f1 commit ffed854
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions priv/templates/rebar.config.escript.tpl
Original file line number Diff line number Diff line change
@@ -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, [
Expand Down
5 changes: 3 additions & 2 deletions priv/templates/rebar.config.main.tpl
Original file line number Diff line number Diff line change
@@ -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, [
Expand Down
5 changes: 3 additions & 2 deletions priv/templates/rebar.config.release.tpl
Original file line number Diff line number Diff line change
@@ -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, [
Expand Down
6 changes: 3 additions & 3 deletions priv/templates/rebar.config.tpl
Original file line number Diff line number Diff line change
@@ -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, [
Expand Down

0 comments on commit ffed854

Please sign in to comment.