From 725b097ee9df5e4756d965eca5a341e6f9c6a39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bylander?= Date: Fri, 2 Mar 2012 14:19:07 +0100 Subject: [PATCH] Removed the rebar configuration directive 'require_otp_vsn' to make ErlyMock usable under Erlang/OTP R15 too. --- rebar.config | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config b/rebar.config index 23ed6c4..c73fb44 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,2 @@ -{require_otp_vsn, "R13B04|R14"}. {cover_enabled, true}. {erl_opts, [debug_info, fail_on_warning]}.