Skip to content

Commit

Permalink
hibari >> GH36 - Update for Erlang/OTP 17.x.
Browse files Browse the repository at this point in the history
- Add "17" to {required_otp_vsn}.
- Use asciiedoc 0.2.* and qc v2.0.0.
  • Loading branch information
tatsuya6502 committed Oct 14, 2014
1 parent 9d06732 commit c26eb06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%% -*- mode: erlang -*-

%% Require OTP version R16
{require_otp_vsn, "R16"}.
%% Require OTP version R16 or 17
{require_otp_vsn, "R16|17"}.

%% Sub directories
{sub_dirs, ["rel"]}.
Expand All @@ -18,8 +18,8 @@
, {congestion_watcher, "0.3.0", "lib/congestion_watcher"}
, {meck, "0.8.*", "lib/meck"}
, {edown, "0.3.*", "lib/edown"}
, {asciiedoc, "0.1.*", "lib/asciiedoc"}
, {qc, "v1.0.0", "lib/qc"}
, {asciiedoc, "0.2.*", "lib/asciiedoc"}
, {qc, "v2.0.0", "lib/qc"}
%% , {ubf, "1.15.11.hibari.1", "lib/ubf"}
%% , {ubf_thrift, "0.1.6.1.hibari.2", "lib/ubf_thrift"}
, {gdss_brick, "0.3.0", "lib/gdss_brick"}
Expand Down

0 comments on commit c26eb06

Please sign in to comment.