aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config10
1 files changed, 8 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 799831a..5fe6e92 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,11 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
-{deps, [{neotoma, "",
- {git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}},
+{deps, [{rebar_vsn_plugin, ".*",
+ {git, "https://github.com/erlware/rebar_vsn_plugin.git",
+ {tag, "master"}}},
+ {neotoma, "",
+ {git, "https://github.com/ericbmerritt/neotoma.git",
+ {tag, "master"}}},
{erlware_commons, ".*",
{git, "https://github.com/erlware/erlware_commons.git",
{branch, "next"}}},
@@ -9,6 +13,8 @@
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.
+{plugins, [rebar_vsn_plugin]}.
+
{escript_incl_apps,
[getopt, erlware_commons]}.