Replies: 1 comment 9 replies
-
Nothing should have really changed as far as compilation is concerned, we haven't removed any support. Can you run the doctor command? Are you able to import the build again or clean compile? Anything in the Metals output? Any details would be helpful. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I just got a Metals update (v1.24.0) in VSCode (Fedora Linux 38). My Scala code is quite old and my build.sbt contains
scalaVersion := "2.12.17"
which used to work fine. Now Metals/SBT seems to use the wrong compiler and library (scala-library-2.13.10.jar is displayed). My code no longer compiles and gives my 600+ errors.
Please help!
Beta Was this translation helpful? Give feedback.
All reactions