Skip to content

Commit

Permalink
Merge pull request #2760 from esl/plugins-update
Browse files Browse the repository at this point in the history
Rebar3 and plugins update
  • Loading branch information
chrzaszcz authored May 27, 2020
2 parents dd92ba2 + d74bd65 commit 10b8817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,10 @@

{plugins,
[
%% This plugin dowloads zips from github and caches them
%% This plugin is totally optional and everything would work without it (just slower)
{rebar_faster_deps, {git, "https://github.com/arcusfelis/rebar3-faster-deps-plugin.git",
{ref, "425c75af169f40b9c1c9e471b941175c4530374f"}}},
{pc, {git, "https://github.com/blt/port_compiler.git", {ref, "c2f3fb1"}}},
{provider_asn1, {git, "https://github.com/arcusfelis/provider_asn1.git", {ref, "29f7850"}}},
{rebar3_codecov, {git, "https://github.com/zofpolkowska/rebar3_codecov.git", {ref, "b539c5c"}}},
{rebar3_lint, {git, "https://github.com/project-fifo/rebar3_lint.git", {tag, "0.1.2"}}}
{pc, "1.11.0"},
{provider_asn1, "0.2.3"},
{rebar3_codecov, {git, "https://github.com/esl/rebar3_codecov.git", {ref, "c6abafe"}}},
{rebar3_lint, "0.1.11"}
]}.

{provider_hooks,
Expand Down
Binary file modified rebar3
Binary file not shown.

0 comments on commit 10b8817

Please sign in to comment.