From 062f24489e0d99a1e06e70590a0b269cef9d74ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20B=C3=B6r=C3=B6czki?= Date: Mon, 2 Jul 2018 13:19:44 +0200 Subject: [PATCH] Remove shell specific deps --- rebar.config | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rebar.config b/rebar.config index 7b70726..261c9b6 100644 --- a/rebar.config +++ b/rebar.config @@ -26,11 +26,6 @@ , {meck, "0.8.10"} , {xref_runner, "1.1.0"} ]} - ]}, - {shell, [ - {deps, [ - {sync, {git, "https://github.com/rustyio/sync.git", {ref, "9c78e7b"}}} - ]} ]} ]}. @@ -83,10 +78,6 @@ , {base_plt_apps, [stdlib, kernel]} , {base_plt_location, global}]}. -%% == Shell == - -{shell, [{apps, [sync]}]}. - {escript_main_app, elvis}. {escript_name, "elvis"}. % Needed because the script refers to elvis folder instead elvis_shell