From 802119823bc94459e1e4ac0d747b26e0ae1f14cc Mon Sep 17 00:00:00 2001 From: Brett Hazen Date: Mon, 1 Feb 2016 14:15:06 -0700 Subject: [PATCH] Lock riak_pb for 2.3.1-timeseries --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 0dd3ae67..0b1a7670 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {eunit_opts, [verbose]}. {erl_opts, [warnings_as_errors, debug_info, nowarn_deprecated_type]}. {deps, [ - {riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {branch, "end-to-end/timeseries"}}} + {riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {tag, "2.1.2.0"}}} ]}. {edoc_opts, [{stylesheet_file, "priv/edoc.css"}, {preprocess, true}]}.