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

[GH-5699] Scala 2.13 preparations - part 1 #5700

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

krasinski
Copy link
Member

No description provided.

@@ -27,7 +27,9 @@ configurations
}

dependencies {
scalaCompilerPlugin "org.scalamacros:paradise_${scalaVersion}:2.1.1"
if (scalaVersion < '2.13') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need it for scala 2.13 as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Scala 2.13, the plugin's functionality has been included in the compiler directly under the -Ymacro-annotations flag.

Copy link
Collaborator

@mn-mikke mn-mikke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, otherwise LGTM.

@krasinski krasinski merged commit 3ba42be into master Dec 21, 2023
2 checks passed
@krasinski krasinski deleted the scala-2-13-poc branch December 21, 2023 15:27
krasinski added a commit that referenced this pull request Dec 22, 2023
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

Successfully merging this pull request may close these issues.

2 participants