Skip to content

Commit

Permalink
Use tags for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Aug 18, 2020
1 parent 06facee commit a8f7d1b
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 @@ -23,9 +23,9 @@
{deps, [
{lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
{ranch, {git, "git://github.com/ninenines/ranch.git", {tag, "1.6.0"}}},
{ebloom,{git, "git://github.com/basho/ebloom.git", {branch, "develop-3.0"}}},
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}},
{riak_pb, {git, "git://github.com/basho/riak_pb.git", {branch, "develop-3.0"}}}
{ebloom,{git, "git://github.com/basho/ebloom.git", {tag, "2.1.0"}}},
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.0"}}},
{riak_pb, {git, "git://github.com/basho/riak_pb.git", {tag, "riak_kv-3.0.0"}}}
]}.

{plugins, [rebar3_gpb_plugin,
Expand Down

0 comments on commit a8f7d1b

Please sign in to comment.