Skip to content

Commit 5c14587

Browse files
author
Jon Meredith
committed
Merge pull request #208 from johlo/master
Allow compilation with OTP R18
2 parents b5d8727 + 0b1865e commit 5c14587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%% katja: Defines a function `query()`, which is a reserved word in R15
55
%% uuid: Dep on quickrand
66
%% quickrand: Bogus (IMHO) inability to adapt to R15 environment.
7-
{require_otp_vsn, "R16|17"}.
7+
{require_otp_vsn, "R16|17|18"}.
88

99
{deps,
1010
[

0 commit comments

Comments
 (0)