Commit 169cffd9 authored by Andrew Thompson's avatar Andrew Thompson
Browse files

Update goldrush, remove syntax_tools as an included application. Closes #140

Showing with 2 additions and 2 deletions
+2 -2
......@@ -2,7 +2,7 @@
{erl_first_files, ["src/lager_util.erl"]}.
{deps, [
{goldrush, ".*",
{git, "git://github.com/DeadZen/goldrush.git", {tag, "7ff9b03"}}}
{git, "git://github.com/DeadZen/goldrush.git", {tag, "879c69874a"}}}
]}.
{cover_enabled, true}.
......
......@@ -10,7 +10,7 @@
stdlib
]},
{registered, [lager_sup, lager_event, lager_crash_log, lager_handler_watcher_sup]},
{included_applications, [syntax_tools, goldrush]},
{included_applications, [goldrush]},
{mod, {lager_app, []}},
{env, [
%% What handlers to install with what arguments
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment