We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183f3fa commit 0f9c578Copy full SHA for 0f9c578
rebar.config
@@ -10,7 +10,7 @@
10
{deps, [
11
{riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.10"}}},
12
{webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}},
13
- {riak_core, {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}},
+ {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.13"}}},
14
{mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}}
15
]}.
16
0 commit comments