Skip to content

Commit

Permalink
fix dep URIs
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <alejandro.ramallo@leapsight.com>
  • Loading branch information
aramallo committed Aug 24, 2022
1 parent 0a8bf8d commit a685dca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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]},
Expand Down

0 comments on commit a685dca

Please sign in to comment.