2015-04-09 03:16:58 +00:00
|
|
|
{require_otp_vsn, "17"}.
|
|
|
|
|
2015-03-31 07:46:03 +00:00
|
|
|
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
|
|
|
|
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.
|
2015-04-08 05:24:07 +00:00
|
|
|
{edoc_opts, [{dir, "./edoc"}]}.
|
2015-03-31 07:46:03 +00:00
|
|
|
|
|
|
|
{deps, [
|
2015-06-17 07:12:20 +00:00
|
|
|
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.1"}}},
|
2015-09-08 10:13:03 +00:00
|
|
|
{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"}}}
|
2015-03-31 07:46:03 +00:00
|
|
|
]}.
|
|
|
|
|