Skip to content

Fix migration tool installation instructions #274

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

Merged
merged 1 commit into from
Dec 6, 2019

Conversation

MaximeKjaer
Copy link
Contributor

Fixes #245.

As scala-collection-migrations was not a part of the 2.1.2 release, this PR removes all mention of a 2.1.2 version of scala-collection-migrations in the README. Instead, it updates installation instructions to 2.1.1, which I suppose is the only way to mitigate the issue raised in #245.

This PR is related to #264, which fixed the instructions for the Collection213Upgrade rewrite, but not for the Collection213CrossCompat rewrite.

I also added a line with addCompilerPlugin(scalafixSemanticdb). The scalafix instructions mandate using this, but the instructions here don't contain the line. While the README does say to follow the installation instructions in scalafix, I think it makes for a better user experience to outline the steps here too.

With these updated instructions, I was able to run the migration rules without errors on my project.

@julienrf julienrf merged commit 18030e4 into scala:master Dec 6, 2019
@julienrf
Copy link
Contributor

julienrf commented Dec 6, 2019

Thank you Maxime!

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.

Missing 2.1.2 release of scala-collection-migrations on Mavenrepository
2 participants