Skip to content

Commit ff1d307

Browse files
committed
Switch to https
1 parent 5db3b07 commit ff1d307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rebar.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
{eunit_opts, [verbose]}.
2222

2323
{deps, [
24-
{lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
25-
{ranch, {git, "git://github.com/ninenines/ranch.git", {tag, "1.6.0"}}},
26-
{ebloom,{git, "git://github.com/basho/ebloom.git", {tag, "2.1.0"}}},
27-
{riak_kv, {git, "git://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.9"}}}
24+
{lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
25+
{ranch, {git, "https://github.com/ninenines/ranch.git", {tag, "1.6.0"}}},
26+
{ebloom,{git, "https://github.com/basho/ebloom.git", {tag, "2.1.0"}}},
27+
{riak_kv, {git, "https://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}}
2828
]}.
2929

3030
{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/basho/rebar3_gpb_plugin", {tag, "2.15.1+riak.3.0.4"}}},

0 commit comments

Comments
 (0)