aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-08 11:15:49 -0500
committerEric <[email protected]>2012-09-09 18:25:49 -0500
commit9aab4d7a16fba5dfcf4d60b58a05cc765eca3335 (patch)
treec8427ae3b23a333309444ae2710f8e2974495f6c /rebar.config
parentd3debef8d90735087425f7ad03da4010d636d6a7 (diff)
downloadrelx-9aab4d7a16fba5dfcf4d60b58a05cc765eca3335.tar.gz
relx-9aab4d7a16fba5dfcf4d60b58a05cc765eca3335.tar.bz2
relx-9aab4d7a16fba5dfcf4d60b58a05cc765eca3335.zip
full argument parsing and management capability
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index e31e544..289db92 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,15 +1,15 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
{deps, [{neotoma, "",
- {git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5"}}},
+ {git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}},
{erlware_commons, "",
- {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.7.0"}}},
+ {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.8.0"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}},
{depsolver, "",
- {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.0.2"}}}]}.
+ {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.1.0"}}}]}.
{escript_incl_apps,
- [getopt, depsolver]}.
+ [getopt, depsolver, erlware_commons]}.
{erl_opts, [debug_info, warnings_as_errors, inline]}.