Skip to content

Commit

Permalink
[lfe#91] Update rebar.config.*.tpl files deps to work for 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tapickell committed Jul 30, 2024
1 parent 672806f commit c7a7ae6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions priv/templates/rebar.config.escript.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down
4 changes: 2 additions & 2 deletions priv/templates/rebar.config.main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down
4 changes: 2 additions & 2 deletions priv/templates/rebar.config.release.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down
4 changes: 2 additions & 2 deletions priv/templates/rebar.config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit c7a7ae6

Please sign in to comment.