mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Switch retest dep to upstream (dizzyd/retest.git)
Now that Dave has merged all patches, it's safe to switch back to upstream retest.
This commit is contained in:
parent
c02fcec92c
commit
8557f6c5bc
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