From a843394883ee215dc97b26dddae588b6a3308950 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 19 Nov 2015 09:47:35 -0600 Subject: update neotoma plugin --- rebar.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 647efa8..747f415 100644 --- a/rebar.config +++ b/rebar.config @@ -24,10 +24,7 @@ %% Profiles ==================================================================== -{profiles, [{dev, [{deps, [{neotoma, ".*", - {git, "https://github.com/seancribbs/neotoma.git", {branch, "master"}}} - ]} - ]}, +{profiles, [{dev, [{plugins, [rebar3_neotoma_plugin]}]}, {test, [{erl_opts, [debug_info]}]} ]}. -- cgit v1.2.3