Skip to content

Commit ad40275

Browse files
committed
Update to tagged dep for release
Use updated riak_coreand extended PB API
1 parent 4f68783 commit ad40275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{eunit_opts, [verbose]}.
99

1010
{deps, [
11-
{riak_pb, {git, "git://github.com/basho/riak_pb.git", {branch, "develop-3.0"}}},
11+
{riak_pb, {git, "git://github.com/basho/riak_pb.git", {tag, "riak_kv-3.0.2"}}},
1212
{webmachine, {git, "git://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}},
13-
{riak_core, {git, "git://github.com/basho/riak_core.git", {branch, "develop-3.0"}}},
13+
{riak_core, {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.2"}}},
1414
{mochiweb, {git, "git://github.com/basho/mochiweb.git", {tag, "riak_kv-3.0.0"}}}
1515
]}.
1616

0 commit comments

Comments
 (0)