From bc049b62f3835eeda981bf75bac70862388d7e2b Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 19 Oct 2012 17:49:05 -0500 Subject: point to the master branch instead of a tag for getopt Signed-off-by: Jordan Wilberding --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 442e1b5..799831a 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,8 @@ {git, "https://github.com/erlware/erlware_commons.git", {branch, "next"}}}, {getopt, "", - {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}]}. + {git, "https://github.com/jcomellas/getopt.git", + {branch, "master"}}}]}. {escript_incl_apps, [getopt, erlware_commons]}. -- cgit v1.2.3