Merge pull request #6 from srstrong/master
rebar.config tweak for compatibility with latest rebar
This commit is contained in:
commit
f782983b5b
2 changed files with 2 additions and 2 deletions
BIN
rebar
vendored
Executable file
BIN
rebar
vendored
Executable file
Binary file not shown.
|
@ -33,11 +33,11 @@
|
||||||
{
|
{
|
||||||
'nicedecimal',
|
'nicedecimal',
|
||||||
".*",
|
".*",
|
||||||
{git, "git://github.com/talentdeficit/nicedecimal.git"}
|
{git, "git://github.com/talentdeficit/nicedecimal.git", {branch, "master"}}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'meck',
|
'meck',
|
||||||
".*",
|
".*",
|
||||||
{git, "git://github.com/eproxus/meck.git"}
|
{git, "git://github.com/eproxus/meck.git", {branch, "master"}}
|
||||||
}
|
}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue