Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Deprecate support for Erlang/OTP 14
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Apr 12, 2015
1 parent dcd29ea commit bcdeaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,6 +1,6 @@
%%% -*- mode: erlang -*-

{require_otp_vsn, "R14|R15|R16|R17"}.
{require_otp_vsn, "R15|R16|R17"}.

{erl_opts, [warnings_as_errors]}.

Expand Down

0 comments on commit bcdeaa7

Please sign in to comment.