Replies: 1 comment 2 replies
-
I think that metals fallback version setting is set to 3.2.0 by default in some plugin (don't remember which one), while it should be "automatic" The fallback version sometimes hows up before indexing or build import is finished, but here we have the added warning of a version we no longer release fixes for. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when I start using metals in emacs, I see this message:
LSP :: You are using fallback Scala version 3.2.0, which is not supported in this version of Metals. Please upgrade to Scala version 3.3.3.
In my
build.sbt
file I have the following line:ThisBuild / scalaVersion := "3.3.3"
I installed Scala using Coursier. When I run
scala -version
I get:and the same for
scalac -version
:What am I doing to choose a version of Scala other than the one that's in the
build.sbt
file and that I installed using Coursier? How can I "upgrade to Scala version 3.3.3" as the message is asking me to do?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions