Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Lock from the default namespace, not lfe.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Nov 23, 2015
1 parent 4ef76e7 commit e8e306f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfe-compile.erl
Expand Up @@ -13,7 +13,7 @@

-define(NAMESPACE, lfe).
-define(DESC, "The LFE rebar3 compiler plugin").
-define(DEPS, [lock]).
-define(DEPS, [{default, lock}]).


%% ===================================================================
Expand Down

0 comments on commit e8e306f

Please sign in to comment.