Skip to content

Commit

Permalink
Remove rebar_faster_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Jul 30, 2021
1 parent 6ce018f commit 10371ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions big_tests/rebar.config
Expand Up @@ -24,9 +24,3 @@
{esip, "1.0.33"},
{jid, "1.0.0", {pkg, mongoose_jid}}
]}.

{plugins,
[
{rebar_faster_deps, {git, "https://github.com/arcusfelis/rebar3-faster-deps-plugin.git",
{ref, "eb3cded5b050edd82cf8653f8c850c6c9890f732"}}}
]}.
1 change: 0 additions & 1 deletion rebar.config
Expand Up @@ -53,7 +53,6 @@
{require_min_otp_vsn, "21"}.

%% We agreed to use https:// for deps because of possible firewall issues.
%% By default, deps are downloaded without using git by rebar_faster_deps.
%%
%% If you still prefer git protocol, update your "~/.gitconfig" by running:
%% git config --global url."git://github".insteadOf https://github
Expand Down

0 comments on commit 10371ac

Please sign in to comment.