summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index ceb3d3c..63e6d50 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -90,6 +90,9 @@ process_commands([Command | Rest], ParentConfig) ->
_ ->
ok
end,
+ %% Wipe out vsn cache to avoid invalid hits when
+ %% dependencies are updated
+ ets:delete_all_objects(rebar_vsn_cache),
process_commands(Rest, ParentConfig).