Skip to content

Commit

Permalink
Drop OTP 21 support in rebar.config and README (erlang-ls#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Feb 20, 2022
1 parent ca11c06 commit c28a08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An Erlang server implementing Microsoft's Language Server Protocol 3.15.

## Minimum Requirements

* [Erlang OTP 21+](https://github.com/erlang/otp)
* [Erlang OTP 22+](https://github.com/erlang/otp)
* [rebar3 3.9.1+](https://github.com/erlang/rebar3)

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
}.

{minimum_otp_vsn, "21.0"}.
{minimum_otp_vsn, "22.0"}.

{escript_emu_args, "%%! -connect_all false\n" }.
{escript_incl_extra, [{"els_lsp/priv/snippets/*", "_build/default/lib/"}]}.
Expand Down

0 comments on commit c28a08f

Please sign in to comment.