diff options
author | Tristan Sloughter <[email protected]> | 2015-11-19 09:47:35 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-11-19 09:47:35 -0600 |
commit | a843394883ee215dc97b26dddae588b6a3308950 (patch) | |
tree | 5eeb0d4738bcce3bc3e5dd65d9167d47c514b3c6 /rebar.config | |
parent | ab4d411358c30e047eccdaf1f70ff347239ee574 (diff) | |
download | relx-a843394883ee215dc97b26dddae588b6a3308950.tar.gz relx-a843394883ee215dc97b26dddae588b6a3308950.tar.bz2 relx-a843394883ee215dc97b26dddae588b6a3308950.zip |
update neotoma plugin
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 5 |
1 files changed, 1 insertions, 4 deletions
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]}]} ]}. |