Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck at Scala version 3.2.2 #84

Open
samikrc opened this issue Jul 24, 2024 · 0 comments
Open

Stuck at Scala version 3.2.2 #84

samikrc opened this issue Jul 24, 2024 · 0 comments

Comments

@samikrc
Copy link

samikrc commented Jul 24, 2024

Describe the bug

I have a Scala codebase, with the maven pom file mentioning scala version as 3.4.2 in scala-maven-plugin.

<configuration>
    <scalaCompatVersion>3.4.2</scalaCompatVersion>
    <scalaVersion>3.4.2</scalaVersion>
    <jvmArgs>
        <jvmArg>-client</jvmArg>
        <jvmArg>-Xms64m</jvmArg>
        <jvmArg>-Xmx1024m</jvmArg>
    </jvmArgs>
    <args>
        <arg>-deprecation</arg>
        <arg>-dependencyfile</arg>
        <arg>${project.build.directory}/.scala_dependencies</arg>
    </args>
</configuration>

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant