Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Merge pull request #11 from jkloetzke/fix-getopt-dep
Browse files Browse the repository at this point in the history
Fix getopt version dependency
  • Loading branch information
freke committed Aug 2, 2012
2 parents e7ca51b + feb779f commit 2715966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Expand Up @@ -2,7 +2,7 @@

{deps,[{proper,"1.*", {git, "https://github.com/manopapad/proper.git", "master"}},
{meck,"0.*", {git, "https://github.com/eproxus/meck.git", {branch, "master"}}},
{getopt, "0.4.*", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}
{getopt, "0.*", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}
]}.

{clean_files, ["*~","**/*~","**/*.beam","logs/*","**/*.orig","**/*.bak*"]}.
Expand All @@ -16,4 +16,4 @@
{escript_name, "bin/protoc-erl"}.
{escript_emu_args, "%%! -sasl errlog_type error -boot start_sasl -noshell\n"}.
{escript_incl_apps, [getopt]}.
{escript_incl_apps, [getopt]}.

0 comments on commit 2715966

Please sign in to comment.