You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:25:37 UTC

[49/50] folsom commit: updated refs/heads/import-master to 4824aec

Make compatible with R17


Project: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/commit/740282b9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/tree/740282b9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/diff/740282b9

Branch: refs/heads/import-master
Commit: 740282b9d3c619cf96d75120f367959ecb216cac
Parents: 015c646
Author: Kirill Pinchuk <k_...@wargaming.net>
Authored: Mon May 5 16:32:29 2014 +0300
Committer: Kirill Pinchuk <k_...@wargaming.net>
Committed: Mon May 5 16:32:29 2014 +0300

----------------------------------------------------------------------
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/740282b9/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 54d1b8f..d775509 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 
 {deps, [
     {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.1"}}},
-    {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.1"}}}
+    {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.2"}}}
 ]}.
 
 {erl_opts, [debug_info]}.