mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Merge pull request #185 from tuncer/retest-upstream
Switch retest dep to upstream (dizzyd/retest.git)
This commit is contained in:
commit
745b14ddf1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
%% TODO: Change temporary retest fork back to dizzyd/retest after merge
|
||||
%% ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git"}}],
|
||||
ExtraDeps = [{retest, ".*",
|
||||
{git, "git://github.com/tuncer/retest.git", "next"}}],
|
||||
{git, "git://github.com/dizzyd/retest.git"}}],
|
||||
|
||||
case os:getenv("REBAR_EXTRA_DEPS") of
|
||||
false ->
|
||||
|
|
Loading…
Reference in a new issue