diff --git a/.travis.yml b/.travis.yml index 9e98cac4..4b70972d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: erlang otp_release: - 20.3.8 - 21.3 - - 22.1 + - 22.3 script: - chmod u+x rebar3 - ./rebar3 do upgrade, compile, xref, dialyzer, eunit diff --git a/rebar.config b/rebar.config index e180bb83..835031c1 100644 --- a/rebar.config +++ b/rebar.config @@ -16,7 +16,7 @@ ]}. {deps, [ - {riak_pb, {git, "https://github.com/basho/riak_pb", {branch, "develop-3.0-292"}}} + {riak_pb, {git, "https://github.com/basho/riak_pb", {branch, "develop-3.0"}}} ]}. {edoc_opts, [ diff --git a/rebar3 b/rebar3 index f0b1ba78..e550663a 100755 Binary files a/rebar3 and b/rebar3 differ