From 3f015c829c4da08c22772dc6bb328631eaff1dcc Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Thu, 28 Sep 2017 12:25:06 +0300 Subject: [PATCH] Make sure Riak gets compiled on OTP20 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index fbfa19c43..5806e6ae3 100644 --- a/rebar.config +++ b/rebar.config @@ -43,7 +43,7 @@ {if_var_true, zlib, {ezlib, ".*", {git, "https://github.com/processone/ezlib", {tag, "1.0.2"}}}}, {if_var_true, riak, {riakc, ".*", {git, "https://github.com/processone/riak-erlang-client.git", - {tag, "2.5.3"}}}}, + {tag, {if_version_above, "19", "develop", "2.5.3"}}}}}, {if_var_true, graphics, {eimp, ".*", {git, "https://github.com/processone/eimp.git", {tag, "1.0.1"}}}}, %% Elixir support, needed to run tests {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",