Skip to content

Commit 912c22a

Browse files
Merge pull request #695 from basho/bch-bump-ibrowse
Switch to basho repos and update ibrowse to v4.3
2 parents c65eb74 + 61d84cf commit 912c22a

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
@@ -10,10 +10,10 @@
1010

1111
{deps,
1212
[
13-
{kvc, ".*", {git, "git://github.com/etrepum/kvc.git", {tag, "v1.5.0"}}},
14-
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}},
15-
{ibrowse, "4.0.2", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}},
16-
{fuse, "2.1.0", {git, "git@github.com:jlouis/fuse.git", {tag, "v2.1.0"}}}
13+
{kvc, ".*", {git, "https://github.com/basho/kvc.git", {tag, "v1.5.0"}}},
14+
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}},
15+
{ibrowse, "4.*", {git, "https://github.com/basho/ibrowse.git", {tag, "v4.3"}}},
16+
{fuse, "2.1.0", {git, "https://github.com/basho/fuse.git", {tag, "v2.1.0"}}}
1717
]}.
1818

1919
{pre_hooks, [{compile, "./tools/grab-solr.sh"}]}.

0 commit comments

Comments
 (0)