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

sbt-scalafix doc updates #1572

Merged
merged 3 commits into from
Apr 3, 2022
Merged

sbt-scalafix doc updates #1572

merged 3 commits into from
Apr 3, 2022

Conversation

@bjaglin bjaglin changed the title support sbt 1.3.1 and later only support sbt 1.4.1 and later only Mar 23, 2022
@bjaglin bjaglin changed the title support sbt 1.4.1 and later only support sbt 1.3.4 and later only Mar 23, 2022
@bjaglin bjaglin changed the title support sbt 1.3.4 and later only support sbt 1.3.x and later only Mar 23, 2022
@bjaglin bjaglin marked this pull request as ready for review March 23, 2022 01:20
@bjaglin bjaglin changed the title support sbt 1.3.x and later only sbt-scalafix doc updates Mar 24, 2022
@bjaglin bjaglin force-pushed the sbt13 branch 2 times, most recently from 4d83c3b to 3d2f853 Compare March 24, 2022 08:39

> The `scalafixEnable` command must be re-executed after every `reload` and when
> sbt shell is exited.

### Optionally enable SemanticDB
Copy link
Collaborator Author

@bjaglin bjaglin Mar 24, 2022

Choose a reason for hiding this comment

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

I removed this as it's now fairly standard since https://www.scala-sbt.org/1.x/docs/sbt-1.3-Release-Notes.html#SemanticDB+support (link added at the top of the page)

### Verify installation

To verify that the SemanticDB compiler plugin is enabled, check that the
settings `scalacOptions` and `libraryDependencies` contain the values below.
settings `scalacOptions` and `allDependencies` contain the values below.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

[info] * -Yrangepos
> show libraryDependencies
[info] * org.scalameta:semanticdb-scalac:@SCALA212@:plugin->default(compile)
> show Compile / scalacOptions
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@bjaglin bjaglin requested a review from mlachkar March 24, 2022 08:46
@bjaglin bjaglin merged commit 9a7bbc0 into scalacenter:main Apr 3, 2022
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.

None yet

2 participants