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

document mandatory compiler plugin #378

Merged
merged 2 commits into from
Aug 7, 2018

Conversation

maaaikoool
Copy link
Contributor

README.md Outdated
To use the project, add the following to your build.sbt:

```scala
addCompilerPlugin("org.scalameta" % "paradise" % "3.0.0-M11" cross CrossVersion.full)
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for your time @maaaikoool , but the scalameta paradise plugin is no longer needed since 0.14.x.

However, it would be handy to add what's really needed:

compilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.patch)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, many thanks!

Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@juanpedromoreno juanpedromoreno merged commit d3b35ca into higherkindness:master Aug 7, 2018
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