diff --git a/rebar.config b/rebar.config index 1806929..5218e3b 100644 --- a/rebar.config +++ b/rebar.config @@ -28,16 +28,3 @@ {xref_checks, [undefined_function_calls]}. {cover_enabled, true}. - -{deps, [ - { - 'nicedecimal', - ".*", - {git, "git://github.com/talentdeficit/nicedecimal.git", {branch, "master"}} - }, - { - 'meck', - ".*", - {git, "git://github.com/eproxus/meck.git", {branch, "master"}} - } -]}.