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

build(deps): Update sbt-scalafix from 0.10.4 to 0.11.0 #2065

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

scala-center-steward[bot]
Copy link
Contributor

Updates ch.epfl.scala:sbt-scalafix from 0.10.4 to 0.11.0.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (0.10.4).
You might want to review and update them manually.

notes/v1.5.5.md
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
}]

labels: sbt-plugin-update, early-semver-major, semver-spec-minor, old-version-remains, commit-count:1

scala-center-steward bot and others added 2 commits June 4, 2023 00:17
This makes a few changes:

- gets rid of the external organizeImports rule which is now inlined
- removes logic that checks for 2.11 (we no longer support it)
- ensures scalafixSettings is enabled for buildpress
@ckipp01
Copy link
Member

ckipp01 commented Jun 5, 2023

Note that I did add a small commit on top of this just to clean up a few things.

@ckipp01 ckipp01 merged commit 0753b65 into main Jun 5, 2023
@ckipp01 ckipp01 deleted the update/sbt-scalafix-0.11.0 branch June 5, 2023 06:26
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.

1 participant