Skip to content

Commit ba4dcfd

Browse files
committed
Use ibrowse 4.0.1 to avoid version conflict
1 parent 907c2fc commit ba4dcfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{git, "git://github.com/etrepum/kvc.git", {tag, "v1.5.0"}}},
1515
{riak_kv, ".*",
1616
{git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}},
17-
{ibrowse, "4.0.2",
18-
{git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}}
17+
{ibrowse, "4.0.1",
18+
{git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.1"}}}
1919
]}.
2020

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

0 commit comments

Comments
 (0)