We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lexical should support 1.18.
The text was updated successfully, but these errors were encountered:
I ran mix package after making the following change and so far it's been chugging along nicely.
mix package
diff --git a/apps/server/lib/lexical/server/boot.ex b/apps/server/lib/lexical/server/boot.ex index 2a5df77..0cc7f0c 100644 --- a/apps/server/lib/lexical/server/boot.ex +++ b/apps/server/lib/lexical/server/boot.ex @@ -88,7 +88,8 @@ defmodule Lexical.Server.Boot do "1.15.0" => ">= 1.15.3", "1.16.0" => ">= 1.16.0", "1.17.0-rc" => ">= 1.17.0-rc", - "1.17.0" => ">= 1.17.0" + "1.17.0" => ">= 1.17.0", + "1.18.0" => ">= 1.18.0" } @allowed_erlang %{ "24" => ">= 24.3.4",
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Lexical should support 1.18.
The text was updated successfully, but these errors were encountered: