Skip to content

Commit

Permalink
Bump tags to fix plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Aug 20, 2020
1 parent 2b814c8 commit d174957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"src/riak_kv_backend.erl"
]}.

{plugins, [rebar3_gpb_plugin,
{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/basho/rebar3_gpb_plugin", {tag, "riak-3.0.1"}}},
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.

{gpb_opts, [{module_name_suffix, "_pb"},
Expand All @@ -55,9 +55,9 @@
{sext, {git, "git://github.com/uwiger/sext.git", {tag, "1.4.1"}}},
{riak_pipe, {git, "git://github.com/basho/riak_pipe.git", {tag, "riak_kv-3.0.0"}}},
{riak_dt, {git, "git://github.com/basho/riak_dt.git", {tag, "riak_kv-3.0.0"}}},
{riak_api, {git, "git://github.com/basho/riak_api.git", {tag, "riak_kv-3.0.0"}}},
{riak_api, {git, "git://github.com/basho/riak_api.git", {tag, "riak_kv-3.0.1"}}},
{hyper, {git, "git://github.com/basho/hyper", {tag, "1.1.0"}}},
{leveled, {git, "https://github.com/martinsumner/leveled.git", {tag, "1.0.0"}}},
{kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "0.9.16"}}},
{riakhttpc, {git, "git://github.com/basho/riak-erlang-http-client", {tag, "riak_kv-3.0.0"}}}
{riakhttpc, {git, "git://github.com/basho/riak-erlang-http-client", {tag, "riak_kv-3.0.1"}}}
]}.

0 comments on commit d174957

Please sign in to comment.