-
I have a project written in Scala 2.10.3, and I am unable to use the latest nvim-metals for importing the build. How can I proceed to use nvim-metals with my Scala 2.10.3 project, considering I do not have permission to upgrade the Scala version used in the project? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @meetorion, I transferred this over to the main Metals repo since this isn't unique to nvim-metals. Metals unfortunately doesn't support Scala 2.10 as it's an incredibly old Scala version. If you aren't able to upgrade the version at all you may have better luck trying with IntelliJ. |
Beta Was this translation helpful? Give feedback.
Hey @meetorion, I transferred this over to the main Metals repo since this isn't unique to nvim-metals. Metals unfortunately doesn't support Scala 2.10 as it's an incredibly old Scala version. If you aren't able to upgrade the version at all you may have better luck trying with IntelliJ.