From c50bf6d3315dbc6ec7d9d4a24e25cc831e688716 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 18 Mar 2019 09:34:52 +0000 Subject: [PATCH] Update rebar.config Point a eleveldb version that should work on OSX as well as ubuntu - align with eleveldb branch being pulled by riak_core. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index bb5c497..ef5f53a 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {xref_checks, [undefined_function_calls]}. {deps, [ {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.4"}}}, - {eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {tag, "2.0.35"}}} + {eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {branch, "develop-2.9"}}} ]}. {port_specs,