aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
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]}.