Skip to content

Commit

Permalink
To be able to build it w/Erlang/OTP 19 - leo-project/leofs/issues/486
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Jul 22, 2016
1 parent e99e7bc commit 1579673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%%
%% Leo Logger
%%
%% Copyright (c) 2012-2015 Rakuten, Inc.
%% Copyright (c) 2012-2016 Rakuten, Inc.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -20,10 +20,10 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "R16B*|17|18"}.
{require_otp_vsn, "R16B*|17|18|19"}.

{deps, [
{leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.6"}}}
{leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.7"}}}
]}.

{erl_opts, [{d, 'NOTEST'},
Expand Down

0 comments on commit 1579673

Please sign in to comment.