diff options
-rw-r--r-- | src/rebar_prv_update.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_update.erl b/src/rebar_prv_update.erl index 55c70e2..e73c769 100644 --- a/src/rebar_prv_update.erl +++ b/src/rebar_prv_update.erl @@ -84,6 +84,7 @@ write_registry(Dict, {digraph, Edges, Vertices, Neighbors, _}, State) -> is_supported(<<"make">>) -> true; is_supported(<<"rebar">>) -> true; +is_supported(<<"rebar3">>) -> true; is_supported(_) -> false. hex_to_graph(Filename) -> |