forked from basho/riak_kv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
22 lines (20 loc) · 1.01 KB
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{require_otp_vsn, "R13B04|R14"}.
{cover_enabled, true}.
{erl_opts, [debug_info, fail_on_warning]}.
{erl_first_files, ["src/riak_kv_backend.erl"]}.
{deps, [
{riak_core, "0.14.0", {git, "git://github.com/basho/riak_core",
{tag, "riak_core-0.14.0"}}},
{riakc, "1.0.2", {git, "git://github.com/basho/riak-erlang-client",
{tag, "riakc-1.0.2"}}},
{luke, "0.2.3", {git, "git://github.com/basho/luke",
{tag, "luke-0.2.3"}}},
{erlang_js, "0.5.0", {git, "git://github.com/basho/erlang_js",
{tag, "erlang_js-0.5.0"}}},
{bitcask, "1.1.5", {git, "git://github.com/basho/bitcask",
{tag, "bitcask-1.1.5"}}},
{ebloom, "1.0.2", {git, "git://github.com/basho/ebloom",
{tag, "ebloom-1.0.2"}}},
{eper, "0.60", {git, "git://github.com/dizzyd/eper.git",
{tag, "eper-0.60"}}}
]}.