forked from esl/amoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rebar.config
26 lines (22 loc) · 1.48 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
23
24
25
{erl_opts, [debug_info,
warn_missing_spec,
{i, ["include"]},
{src_dirs, ["src", "scenarios"]},
{parse_transform, lager_transform}]}.
{eunit_compile_opts, [nowarn_missing_spec]}.
{require_otp_vsn, "^1[789]"}.
{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", "3.2.1"}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", "0.14.7"}},
{trails, ".*", {git, "https://github.com/inaka/cowboy-trails.git", {tag, "0.1.1"}}},
{cowboy_swagger, ".*", {git, "http://github.com/inaka/cowboy-swagger.git", {tag, "1.0.3"}}},
{escalus, ".*", {git, "git://github.com/esl/escalus.git", {tag, "3.0.0"}}},
{usec, ".*", {git, "git://github.com/esl/usec.git", {branch, "master"}}},
{exometer, ".*", {git, "git://github.com/Feuerlabs/exometer.git", "7a7bd8d2b52de4d90f65aa3f6044b0e988319b9e"}},
{lhttpc, ".*", {git, "git://github.com/esl/lhttpc.git", {branch, "otp-17-compat"}}},
{mochijson2, ".*", {git, "git://github.com/bjnortier/mochijson2.git", {branch, "master"}}},
{proper, ".*", {git, "git://github.com/manopapad/proper.git", {branch, "master"}}},
{recon, ".*", {git, "https://github.com/ferd/recon.git", "2.2.1"}},
{cowboy, ".*", {git, "https://github.com/ninenines/cowboy.git", "1.0.4"}},
{fusco, ".*", {git, "https://github.com/esl/fusco.git"}}
]}.