12345678 |
- {cover_enabled, true}.
- {deps, [
- {proper, ".*",
- {git, "git://github.com/manopapad/proper.git", "master"}},
- {ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
- ]}.
- {eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
- {erl_opts, []}.
|