enable the rebar semver plugin on erlware_commons
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
1540fb1652
commit
c4887e2021
3 changed files with 7 additions and 24 deletions
|
@ -3,7 +3,9 @@
|
|||
%% Dependencies ================================================================
|
||||
{deps, [{neotoma, "",
|
||||
{git, "https://github.com/seancribbs/neotoma.git", {branch, master}}},
|
||||
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}]}.
|
||||
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}},
|
||||
{rebar_vsn_plugin, ".*", {git, "https://github.com/erlware/rebar_vsn_plugin.git",
|
||||
{branch, "master"}}}]}.
|
||||
|
||||
{erl_first_files, ["ec_dictionary"]}.
|
||||
|
||||
|
@ -18,3 +20,6 @@
|
|||
|
||||
{cover_enabled, true}.
|
||||
{cover_print_enabled, true}.
|
||||
|
||||
%% Rebar Plugins ==============================================================
|
||||
{plugins, [rebar_vsn_plugin]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue