Skip to content

Commit

Permalink
Try to handle dep versions more flexibly.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 3, 2024
1 parent e983b05 commit 05febcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
]}.

{project_plugins, [
{rebar3_lfe, "~> 0.4.11"},
{rebar3_oscmd, "0.5.0"}
{rebar3_lfe, "~> 0.4"},
{rebar3_oscmd, "~> 0.5"}
]}.

{provider_hooks, [
Expand Down

0 comments on commit 05febcc

Please sign in to comment.