Skip to content

Commit

Permalink
Add clarification for require_otp_vsn restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Dec 9, 2015
1 parent 9eb55bf commit f941cfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{require_otp_vsn, "R15|R16|17"}.
%% Known library limitations that make support for Erlang/OTP
%% versions R15 or earlier difficult:
%%
%% katja: Defines a function `query()`, which is a reserved word in R15
%% uuid: Dep on quickrand
%% quickrand: Bogus (IMHO) inability to adapt to R15 environment.
{require_otp_vsn, "R16|17"}.

{deps,
[
Expand Down

0 comments on commit f941cfd

Please sign in to comment.