Skip to content

Commit

Permalink
Update rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Apr 7, 2020
1 parent 29886b4 commit 524d142
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,9 +2,9 @@
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}.
{eunit_opts, [verbose]}.
{deps, [
{riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {branch, "develop-2.9"}}},
{riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {tag, "riak_kv-2.9.2"}}},
{webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {tag, "riak_kv-2.9.1"}}},
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-2.9"}}}
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.2"}}}
]}.

{xref_checks, [undefined_function_calls]}.

0 comments on commit 524d142

Please sign in to comment.