Skip to content

Commit c312eee

Browse files
committed
Uplift versions
New solr version, updated lager.
1 parent dcb46ea commit c312eee

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

rebar.config

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
22
{sub_dirs, ["rel", "apps/riak"]}.
33

4-
{require_otp_vsn, "20"}.
4+
{minimum_otp_vsn, "20.0"}.
5+
56
{cover_enabled, true}.
67

78
%% TODO: nowarn_export_all on for now.
@@ -16,11 +17,11 @@
1617
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0-292"}}},
1718
{riak_auth_mods, {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0-292"}}},
1819
{riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0-292"}}},
19-
{yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0-292"}}}
20+
{yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0-292-solrupdate"}}}
2021
]}.
2122

2223
{project_plugins, [
23-
{rebar3_cuttlefish, {git, "https://github.com/martincox/rebar3_cuttlefish", {branch, "fix/runner_dirs"}}}
24+
{rebar3_cuttlefish, {git, "https://github.com/martinsumner/rebar3_cuttlefish", {branch, "develop-3.0"}}}
2425
]}.
2526

2627
{cuttlefish, [
@@ -38,7 +39,10 @@
3839
bitcask_multi,
3940
eleveldb,
4041
eleveldb_multi,
41-
multi_backend
42+
leveled,
43+
leveled_multi,
44+
multi_backend,
45+
riak_repl
4246
]}
4347
]}.
4448

0 commit comments

Comments
 (0)