From edc05285f15a4e2268ac7231550f34b3dce3cc3b Mon Sep 17 00:00:00 2001 From: Joseph Wayne Norton Date: Mon, 23 Jan 2012 23:11:19 +0900 Subject: [PATCH] Fix meck version --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 63f25eb..e80e121 100644 --- a/rebar.config +++ b/rebar.config @@ -34,7 +34,7 @@ , {cluster_info, "0.1.1", "lib/cluster_info"} , {partition_detector, "0.1.2", "lib/partition_detector"} , {congestion_watcher, "0.1.1", "lib/congestion_watcher"} - , {meck, "0.1.1", "lib/meck"} + , {meck, "0.7.1", "lib/meck"} , {mochiweb, "2.0.0", "lib/mochiweb"} , {s3, "0.1.1", "lib/s3"} , {ubf, "1.15.6", "lib/ubf"}