We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e618e commit 113c1f0Copy full SHA for 113c1f0
apps/elixir_ls_utils/lib/mix.tasks.elixir_ls.release.ex
@@ -42,9 +42,9 @@ defmodule Mix.Tasks.ElixirLs.Release do
42
defp version_warning do
43
{otp_version, _} = Integer.parse(to_string(:erlang.system_info(:otp_release)))
44
45
- if otp_version > 21 do
+ if otp_version > 22 do
46
IO.warn(
47
- "Building with Erlang/OTP #{otp_version}. Make sure to build with OTP 21 if " <>
+ "Building with Erlang/OTP #{otp_version}. Make sure to build with OTP 22 if " <>
48
"publishing the compiled packages because modules built with higher versions are not " <>
49
"backwards-compatible.",
50
[]
0 commit comments