Repository: couchdb-folsom Updated Branches: refs/heads/master fbb7bc838 -> a5c95dec1
Update bear with HiPE fix Project: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/commit/a5c95dec Tree: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/tree/a5c95dec Diff: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/diff/a5c95dec Branch: refs/heads/master Commit: a5c95dec18227c977029fbd3b638966d98f17003 Parents: fbb7bc8 Author: Alexander Shorin <[email protected]> Authored: Thu Oct 29 00:15:43 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Thu Oct 29 00:17:31 2015 +0300 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/a5c95dec/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 63360fd..3e91875 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {sub_dirs, ["deps"]}. {deps, [ - {bear, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-bear.git", {tag, "0.8.1"}}}, + {bear, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-bear.git", "008f48aff819126e281d5ccae80a258bf9bf9c30"}}, {meck, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-meck.git", {tag, "0.8.2"}}} ]}.
