|
| 1 | +%% -*- mode: erlang -*- |
1 | 2 | {require_otp_vsn, "20"}.
|
2 | 3 |
|
3 | 4 | {deps,
|
4 | 5 | [
|
5 | 6 | {folsom, "0.8.7"},
|
6 |
| - {lager, "2.*", {git, "git://github.com/erlang-lager/lager", {tag, "3.8.0"}}}, |
7 |
| - {ibrowse, ".*", |
8 |
| - {git, "git://github.com/basho/ibrowse.git", {branch, "develop-3.0"}}}, |
9 |
| - {riakc, ".*", |
10 |
| - {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}}, |
11 |
| - {mochiweb, "2.9.*", |
12 |
| - {git, "git://github.com/basho/mochiweb", {branch, "develop-3.0"}}}, |
13 |
| - {getopt, ".*", |
14 |
| - {git, "git://github.com/jcomellas/getopt", {tag, "v0.8.2"}}}, |
15 |
| - {bitcask, ".*", |
16 |
| - {git, "git://github.com/basho/bitcask", {branch, "develop-3.0"}}}, |
17 |
| - {eleveldb, ".*", |
18 |
| - {git, "git://github.com/basho/eleveldb", {branch, "develop-3.0"}}} |
| 7 | + {lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.8.0"}}}, |
| 8 | + {ibrowse, {git, "https://github.com/basho/ibrowse.git", {branch, "develop-3.0"}}}, |
| 9 | + {riakc, {git, "https://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}}, |
| 10 | + {mochiweb, {git, "https://github.com/basho/mochiweb", {branch, "develop-3.0"}}}, |
| 11 | + {getopt, {git, "https://github.com/jcomellas/getopt", {tag, "v0.8.2"}}}, |
| 12 | + {bitcask, {git, "https://github.com/basho/bitcask", {branch, "develop-3.0"}}}, |
| 13 | + {eleveldb, {git, "https://github.com/basho/eleveldb", {branch, "develop-3.0"}}} |
19 | 14 | ]}.
|
20 | 15 |
|
21 | 16 | {erl_opts, [{src_dirs, [src]},
|
|
0 commit comments