Skip to content

Commit 499a413

Browse files
committed
Fix meck to a tag
1 parent acd0f3f commit 499a413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{deps, [
1212
{lager, ".*", {git, "git://github.com/basho/lager", {tag, "2.0.3"}}},
1313
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
14-
{meck, ".*", {git, "git://github.com/eproxus/meck"}},
14+
{meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
1515
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}},
1616
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "master"}}},
1717
{riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "master"}}},

0 commit comments

Comments
 (0)