diff --git a/rebar.config b/rebar.config index 65b8a8a..ed5a7ae 100644 --- a/rebar.config +++ b/rebar.config @@ -15,9 +15,8 @@ {eunit_opts, [verbose]}. -{plugins, [rebar3_gpb_plugin, - {riak_pb_msgcodegen, {git, "git://github.com/tsloughter/riak_pb_msgcodegen", - {branch, "master"}}}, +{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/basho/rebar3_gpb_plugin", {tag, "riak-3.0.1"}}}, + {riak_pb_msgcodegen, {git, "https://github.com/basho/riak_pb_msgcodegen", {tag, "1.0.0"}}}, {eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}} ]}.