d9ede473dd
That brings it up to the latest release of 2.x; should consider using lager 3 though.
12 lines
505 B
Erlang
12 lines
505 B
Erlang
{require_otp_vsn, "17"}.
|
|
|
|
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
|
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
|
{edoc_opts, [{dir, "./edoc"}]}.
|
|
|
|
{deps, [
|
|
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
|
|
{protobuffs, "0.8.*", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p4"}}},
|
|
{riak_dt, ".*", {git, "git://github.com/basho/riak_dt.git", {branch, "develop"}}}
|
|
]}.
|
|
|