Skip to content

Commit

Permalink
More flexible versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 3, 2024
1 parent a738447 commit a25ea7b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions priv/templates/rebar.config.escript.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{erl_opts, [no_debug_info]}.

{deps, [
{lfe, "2.1.3"},
{ltest, "0.13.9"}
{lfe, "~> 2.1"},
{ltest, "~> 0.13"}
]}.

{plugins, [
{rebar3_lfe, "0.4.11"}
{rebar3_lfe, "~> 0.4"}
]}.

{provider_hooks, [
Expand Down
6 changes: 3 additions & 3 deletions priv/templates/rebar.config.main.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{erl_opts, [debug_info]}.

{deps, [
{lfe, "2.1.3"},
{ltest, "0.13.9"}
{lfe, "~> 2.1"},
{ltest, "~> 0.13"}
]}.

{plugins, [
{rebar3_lfe, "0.4.11"}
{rebar3_lfe, "~> 0.4"}
]}.

{lfe, [
Expand Down
6 changes: 3 additions & 3 deletions priv/templates/rebar.config.release.tpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{erl_opts, [debug_info]}.

{deps, [
{lfe, "2.1.3"},
{ltest, "0.13.9"}
{lfe, "~> 2.1"},
{ltest, "~> 0.13"}
]}.

{plugins, [
{rebar3_lfe, "0.4.11"}
{rebar3_lfe, "~> 0.4"}
]}.

{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.1.3"},
{ltest, "0.13.9"}
{lfe, "~> 2.1"},
{ltest, "~> 0.13"}
]}.

{plugins, [
{rebar3_lfe, "0.4.11"}
{rebar3_lfe, "~> 0.4"}
]}.

{provider_hooks, [
Expand Down
2 changes: 1 addition & 1 deletion priv/testing/rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{plugins, [
{rebar3_lfe, "0.4.11"}
{rebar3_lfe, "~> 0.4"}
]}.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{lfe, "~> 2.1"}
]}.

{plugins, [
{rebar_oscmd, "0.5.0"}
{project_plugins, [
{rebar_oscmd, "~> 0.5"}
]}.

{xref_checks,[
Expand Down

0 comments on commit a25ea7b

Please sign in to comment.