Skip to content

Commit

Permalink
Allow compilation with OTP R18
Browse files Browse the repository at this point in the history
  • Loading branch information
johlo committed Mar 10, 2016
1 parent b5d8727 commit 0b1865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%% 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"}.
{require_otp_vsn, "R16|17|18"}.

{deps,
[
Expand Down

0 comments on commit 0b1865e

Please sign in to comment.