Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update meck version requirement
For better compatibility with https://github.com/basho/erlang_protobuffs
  • Loading branch information
doubleyou committed Dec 9, 2013
1 parent 4262632 commit e968955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -2,7 +2,7 @@

{deps, [
{'bear', ".*", {git, "git://github.com/boundary/bear.git", master}},
{meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.7.2"}}}
{meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.1"}}}
]}.

{erl_opts, [debug_info]}.
Expand Down

0 comments on commit e968955

Please sign in to comment.