diff options
| -rw-r--r-- | rebar.config.sample | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/rebar.config.sample b/rebar.config.sample index d154ac1..05e7733 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -166,6 +166,8 @@           {git, "git://github.com/rebar/rebar.git", {branch, "master"}}},          {rebar, "1.0.0",           {git, "git://github.com/rebar/rebar.git", {tag, "1.0.0"}}}, +        {rebar, ".*", +         {git, "git://github.com/rebar/rebar.git", {ref, "7f73b8d3650b41ffd53a199f3eda20985eda84e3"}}},          %% Dependencies can be marked as 'raw'. Rebar does not require          %% such dependencies to have a standard Erlang/OTP layout          %% which assumes the presence of either | 
