diff --git a/rebar.config b/rebar.config index c9d00511c49..271077814e2 100644 --- a/rebar.config +++ b/rebar.config @@ -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, diff --git a/rebar3 b/rebar3 index b9e599de4a5..e550663abb9 100755 Binary files a/rebar3 and b/rebar3 differ