aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-03 14:00:06 -0500
committerEric <[email protected]>2012-09-03 14:00:06 -0500
commit8b1ffe26eca04a08ba53a10442e6c7a720cbbd7a (patch)
tree1fee24da71524c691f724e871a8e8b8b7e9dbc93 /rebar.config
parent52882fd5bdefbcec85fcf964ed3899d3ba24c528 (diff)
downloadrelx-8b1ffe26eca04a08ba53a10442e6c7a720cbbd7a.tar.gz
relx-8b1ffe26eca04a08ba53a10442e6c7a720cbbd7a.tar.bz2
relx-8b1ffe26eca04a08ba53a10442e6c7a720cbbd7a.zip
add erlware_commons to the list of dependencies
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index ec16238..cd3797a 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,6 +1,8 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
-{deps, [{getopt, "0.5.1",
+{deps, [{erlware_commons, "",
+ {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.7.0"}}},
+ {getopt, "0.5.1",
{git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}},
{depsolver, "0.0.2",
{git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.0.2"}}}]}.