summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-01-22 21:41:25 +0300
committerAlexander Shorin <kxepal@apache.org>2015-01-22 21:43:39 +0300
commitf29226a14f2c92bfb130b8799711720d0cd0529f (patch)
tree08131b6653c8817e5b97b3915000d12e8e3634f7
parent7d1188065eeb9ebe23894ba4ac9af9218b4e02dc (diff)
downloadcouchdb-f29226a14f2c92bfb130b8799711720d0cd0529f.tar.gz
Set meck to tag 0.8.2
COUCHDB-2557
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index ad748fc45..4ea31b20b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -47,7 +47,7 @@ DepDescs = [
{oauth, "oauth", {branch, "master"}},
{rexi, "rexi", {branch, "master"}},
{snappy, "snappy", {branch, "master"}},
- {meck, "meck", {branch, "master"}}
+ {meck, "meck", {tag, "0.8.2"}}
],
BaseUrl = "https://git-wip-us.apache.org/repos/asf/",