Skip to content

Commit 05febcc

Browse files
committed
Try to handle dep versions more flexibly.
1 parent e983b05 commit 05febcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: rebar.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
]}.
1111

1212
{project_plugins, [
13-
{rebar3_lfe, "~> 0.4.11"},
14-
{rebar3_oscmd, "0.5.0"}
13+
{rebar3_lfe, "~> 0.4"},
14+
{rebar3_oscmd, "~> 0.5"}
1515
]}.
1616

1717
{provider_hooks, [

0 commit comments

Comments
 (0)