Skip to content

Commit

Permalink
Update rebar.config
Browse files Browse the repository at this point in the history
Re-point back at basho repo (requires PRs to be merged in)
  • Loading branch information
martinsumner committed Feb 11, 2019
1 parent bed7707 commit 08f07e7
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 @@ -2,8 +2,8 @@
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}.
{eunit_opts, [verbose]}.
{deps, [
{riak_pb, ".*", {git, "git://github.com/martinsumner/riak_pb.git", {branch, "develop-2.9"}}},
{webmachine, ".*", {git, "git://github.com/martinsumner/webmachine.git", {branch, "develop-2.9"}}},
{riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {branch, "develop-2.9"}}},
{webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {branch, "develop-2.9"}}},
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-2.9"}}}
]}.

Expand Down

0 comments on commit 08f07e7

Please sign in to comment.