Skip to content

Commit

Permalink
Set fallback scala version to automatic.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Aug 21, 2024
1 parent f1b0ecf commit 0dc938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-metals.el
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Metals will try to adjust the indentation to that of the current cursor."
:group 'lsp-metals
:package-version '(lsp-metals . "1.3"))

(defcustom lsp-metals-fallback-scala-version "3.2.0"
(defcustom lsp-metals-fallback-scala-version "automatic"
"The Scala compiler version that is used as the default or fallback.
Used when a file doesn't belong to any build target or the specified Scala
version isn't supported by Metals. This applies to standalone Scala files,
Expand Down

0 comments on commit 0dc938b

Please sign in to comment.