Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E710E1194F for ; Sat, 24 May 2014 15:08:34 +0000 (UTC) Received: (qmail 83144 invoked by uid 500); 24 May 2014 15:08:34 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 83091 invoked by uid 500); 24 May 2014 15:08:34 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 83084 invoked by uid 99); 24 May 2014 15:08:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 May 2014 15:08:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9791E9A3C63; Sat, 24 May 2014 15:08:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Message-Id: <59bef2864ba343eab60b204c863ef279@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: fabric commit: updated refs/heads/master to 641b815 Date: Sat, 24 May 2014 15:08:34 +0000 (UTC) Repository: couchdb-fabric Updated Branches: refs/heads/master 355937d00 -> 641b815a2 use meck 0.8.2 for 17.0 compatibility Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/641b815a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/641b815a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/641b815a Branch: refs/heads/master Commit: 641b815a24f9114fb8b6d0596bfea79d9e97fc4a Parents: 355937d Author: Robert Newson Authored: Sat May 24 16:08:24 2014 +0100 Committer: Robert Newson Committed: Sat May 24 16:08:24 2014 +0100 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/641b815a/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 7e30c01..7104d3b 100644 --- a/rebar.config +++ b/rebar.config @@ -11,5 +11,5 @@ % the License. {deps, [ - {meck, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-meck.git", {tag, "0.7.2"}}} + {meck, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-meck.git", {tag, "0.8.2"}}} ]}.