Merge pull request #6 from srstrong/master

rebar.config tweak for compatibility with latest rebar
This commit is contained in:
alisdair sullivan 2012-03-21 05:24:08 -07:00
commit f782983b5b
2 changed files with 2 additions and 2 deletions

BIN
rebar vendored Executable file

Binary file not shown.

View file

@ -33,11 +33,11 @@
{
'nicedecimal',
".*",
{git, "git://github.com/talentdeficit/nicedecimal.git"}
{git, "git://github.com/talentdeficit/nicedecimal.git", {branch, "master"}}
},
{
'meck',
".*",
{git, "git://github.com/eproxus/meck.git"}
{git, "git://github.com/eproxus/meck.git", {branch, "master"}}
}
]}.