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

Scala 3 Support #28

Open
AugustNagro opened this issue Jun 8, 2021 · 0 comments
Open

Scala 3 Support #28

AugustNagro opened this issue Jun 8, 2021 · 0 comments

Comments

@AugustNagro
Copy link

Hi, just tried out the plugin with Scala 2.13.6 and it's working great.

For Scala 3 some of the dependencies (checked by regex) have changed.

The compiler bridge went from

                        <dependency>
                            <groupId>org.scala-sbt</groupId>
                            <artifactId>compiler-bridge_2.13</artifactId>
                            <version>1.5.5</version>
                        </dependency>

to

                        <dependency>
                            <groupId>org.scala-lang</groupId>
                            <artifactId>scala3-sbt-bridge</artifactId>
                            <version>3.0.0</version>
                        </dependency>

And the compiler from

                        <dependency>
                            <groupId>org.scala-lang</groupId>
                            <artifactId>scala-compiler</artifactId>
                            <version>2.13.6</version>
                        </dependency>

to

                        <dependency>
                            <groupId>org.scala-lang</groupId>
                            <artifactId>scala3-compiler_3</artifactId>
                            <version>3.0.0</version>
                        </dependency>
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