remove meck and nicedecimal from deps
This commit is contained in:
parent
a6aa97fff6
commit
d1bb294edd
1 changed files with 0 additions and 13 deletions
13
rebar.config
13
rebar.config
|
@ -28,16 +28,3 @@
|
||||||
{xref_checks, [undefined_function_calls]}.
|
{xref_checks, [undefined_function_calls]}.
|
||||||
|
|
||||||
{cover_enabled, true}.
|
{cover_enabled, true}.
|
||||||
|
|
||||||
{deps, [
|
|
||||||
{
|
|
||||||
'nicedecimal',
|
|
||||||
".*",
|
|
||||||
{git, "git://github.com/talentdeficit/nicedecimal.git", {branch, "master"}}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
'meck',
|
|
||||||
".*",
|
|
||||||
{git, "git://github.com/eproxus/meck.git", {branch, "master"}}
|
|
||||||
}
|
|
||||||
]}.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue