Skip to content

Commit

Permalink
locked down dependency on riak_pb
Browse files Browse the repository at this point in the history
  • Loading branch information
fadushin committed Mar 2, 2017
1 parent 1a51259 commit 7ae8d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -2,7 +2,7 @@
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}.
{eunit_opts, [verbose]}.
{deps, [
{riak_pb, ".*", {git, "https://github.com/basho/riak_pb.git", {branch, "develop"}}},
{riak_pb, ".*", {git, "https://github.com/basho/riak_pb.git", {tag, "2.3.0.0"}}},
{webmachine, "1.10.8", {git, "https://github.com/basho/webmachine.git", {tag, "1.10.8-basho1"}}},
{riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {branch, "develop"}}}
]}.
Expand Down

0 comments on commit 7ae8d11

Please sign in to comment.