You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to VSCode-metals-bloop (have been an Intellij user), and facing an issue. When I open this project in VSCode with metals, it automatically installs Scala version 3.2.2, compiles the code, and then gives me a warning saying: Scala 3.2.2 might no longer be supported by Metals in the future, to get the best support possible it's recommended to update to at least 3.3.3.
Any ideas how I can resolve this? Thanks!
Expected behavior
The code is compiled using Scala 3.4.2.
Operating system
Linux
Version of Maven
3.6.3
Version of bloop-maven-plugin
2.0.0
Version of Bloop
1.6.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a Scala codebase, with the maven pom file mentioning scala version as 3.4.2 in
scala-maven-plugin
.I am new to VSCode-metals-bloop (have been an Intellij user), and facing an issue. When I open this project in VSCode with metals, it automatically installs Scala version 3.2.2, compiles the code, and then gives me a warning saying:
Scala 3.2.2 might no longer be supported by Metals in the future, to get the best support possible it's recommended to update to at least 3.3.3
.Any ideas how I can resolve this? Thanks!
Expected behavior
The code is compiled using Scala 3.4.2.
Operating system
Linux
Version of Maven
3.6.3
Version of bloop-maven-plugin
2.0.0
Version of Bloop
1.6.0
The text was updated successfully, but these errors were encountered: