Skip to content

Commit

Permalink
Pass through branch change (#145)
Browse files Browse the repository at this point in the history
* Pass through branch change

* Update rebar.config
  • Loading branch information
martinsumner authored May 12, 2022
1 parent 8599468 commit e5e1fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
{eunit_opts, [verbose]}.

{deps, [
{riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.8"}}},
{riak_pb, {git, "https://github.com/basho/riak_pb.git", {branch, "develop-3.0"}}},
{webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}},
{riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.9"}}},
{riak_core, {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}},
{mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}}
]}.

Expand Down

0 comments on commit e5e1fe0

Please sign in to comment.