move to rebar3 and bump version
This commit is contained in:
parent
2e23e43079
commit
d726ba2742
7 changed files with 18 additions and 174 deletions
13
rebar.config
13
rebar.config
|
@ -1,15 +1,14 @@
|
|||
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
|
||||
|
||||
%% Dependencies ================================================================
|
||||
{deps, [{rebar_vsn_plugin, ".*",
|
||||
{git, "https://github.com/erlware/rebar_vsn_plugin.git",
|
||||
{branch, "master"}}}]}.
|
||||
{deps, []}.
|
||||
|
||||
{erl_first_files, ["ec_dictionary", "ec_vsn"]}.
|
||||
|
||||
%% Compiler Options ============================================================
|
||||
{erl_opts,
|
||||
[{platform_define, "^[0-9]+", namespaced_types},
|
||||
{platform_define, "^[0-9]+", have_callback_support},
|
||||
{platform_define, "^R1[4|5]", deprecated_crypto},
|
||||
debug_info,
|
||||
warnings_as_errors]}.
|
||||
|
@ -21,5 +20,9 @@
|
|||
{cover_enabled, true}.
|
||||
{cover_print_enabled, true}.
|
||||
|
||||
%% Rebar Plugins ==============================================================
|
||||
{plugins, [rebar_vsn_plugin]}.
|
||||
%% Profiles ====================================================================
|
||||
{profiles, [{dev, [{deps, [{neotoma, "",
|
||||
{git, "https://github.com/seancribbs/neotoma.git", {branch, master}}},
|
||||
{proper, "",
|
||||
{git, "https://github.com/bkearns/proper.git", {branch, master}}}]}]}
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue