use meck 0.8.2 for 17.0 compatibility
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"}}}
 ]}.