diff --git a/rebar.config b/rebar.config index e6b2f355..d085e29c 100644 --- a/rebar.config +++ b/rebar.config @@ -29,15 +29,14 @@ {edoc_opts, [{preprocess, true}]}. {project_plugins, [ - {rebar3_proper, "0.10.1"}, - {rebar3_run, {git, "git://github.com/tsloughter/rebar3_run.git", {branch, "master"}}} + {rebar3_proper, "0.10.1"} ]}. {profiles, [ {test, [ {extra_src_dirs, ["protocols"]}, - {deps, [{eredis, {git, "git://github.com/wooga/eredis.git", {tag, "master"}}}, + {deps, [{eredis, {git, "https://github.com/wooga/eredis.git", {tag, "master"}}}, {jsx, "2.8.0"}, {proper, "1.2.0"}, recon]},