Skip to content

Commit

Permalink
Merge pull request #124 from martinsumner/develop-2.9
Browse files Browse the repository at this point in the history
Develop 2.9
  • Loading branch information
martinsumner authored Feb 14, 2019
2 parents 493baa0 + 08f07e7 commit 66bbf9d
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 @@ -2,9 +2,9 @@
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}.
{eunit_opts, [verbose]}.
{deps, [
{riak_pb, "2.2.*", {git, "git://github.com/basho/riak_pb.git", {branch, "develop-2.2.5"}}},
{webmachine, "1.10.8", {git, "git://github.com/basho/webmachine.git", {tag, "1.10.8-basho1"}}},
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-2.2.5"}}}
{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"}}}
]}.

{xref_checks, [undefined_function_calls]}.

0 comments on commit 66bbf9d

Please sign in to comment.