diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index fe95b2c..82d1fca 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,5 @@ {cover_enabled, true}. {deps, [ - {quoted, "1.2.*", - {git, "git://github.com/klaar/quoted.erl.git", {tag, "1.2.0"}}}, {proper, "1.0", {git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}} ]}. |