You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 22:19:49 UTC

folsom commit: updated refs/heads/master to ef4d9c1

Repository: couchdb-folsom
Updated Branches:
  refs/heads/master 46f7c2b78 -> ef4d9c16f


Update ASF meck version to 0.8.8


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

Branch: refs/heads/master
Commit: ef4d9c16f2af336066db5276fd41239b701aea05
Parents: 46f7c2b
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Thu Sep 28 18:19:44 2017 -0400
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Thu Sep 28 18:19:44 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/ef4d9c16/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 07d8941..fdc5c77 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 
 {deps, [
     {bear, ".*", {git, "https://github.com/apache/couchdb-bear.git", "008f48aff819126e281d5ccae80a258bf9bf9c30"}},
-    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.2"}}}
+    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.8"}}}
 ]}.
 
 {erl_opts, [debug_info]}.