Skip to content

sbt-java-formatter 0.10.0 (was 0.8.0)#372

Merged
mkurz merged 1 commit into
playframework:mainfrom
scala-steward:update/sbt-java-formatter-0.10.0
Apr 15, 2025
Merged

sbt-java-formatter 0.10.0 (was 0.8.0)#372
mkurz merged 1 commit into
playframework:mainfrom
scala-steward:update/sbt-java-formatter-0.10.0

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates com.lightbend.sbt:sbt-java-formatter from 0.8.0 to 0.10.0

Usage

Please merge!

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!

⚙ Adjust future updates

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

updates.ignore = [ { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-minor, artifact-migrations, commit-count:1

@mergify mergify Bot added the type:updates label Apr 10, 2025
@mkurz
Copy link
Copy Markdown
Member

mkurz commented Apr 15, 2025

This works because 1) there are no java files in the project and 2) we never call javafmt 🤦‍♂️

@mkurz
Copy link
Copy Markdown
Member

mkurz commented Apr 15, 2025

Oh sorry, we do call javafmt, but yeah because there are no java files it does not do anything:

"javafmtCheckAll"

@mkurz mkurz merged commit e80b97f into playframework:main Apr 15, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants