Skip to content

Update sbt-scalafmt to 2.5.6#546

Merged
mergify[bot] merged 2 commits intoseries/2.xfrom
update/sbt-scalafmt-2.5.6
Apr 20, 2026
Merged

Update sbt-scalafmt to 2.5.6#546
mergify[bot] merged 2 commits intoseries/2.xfrom
update/sbt-scalafmt-2.5.6

Conversation

@gvolpe
Copy link
Copy Markdown
Member

@gvolpe gvolpe commented Nov 2, 2025

About this PR

📦 Updates org.scalameta:sbt-scalafmt from 2.5.5 to 2.5.6

📜 GitHub Release Notes - Version Diff

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 = "org.scalameta", artifactId = "sbt-scalafmt" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
}]
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1

- this fixes version conflict(s) in library dependencies
- conflict is between sbt-scalafmt and sbt-microsite
- sbt-microsite seems to be discontinued
@froth
Copy link
Copy Markdown
Collaborator

froth commented Apr 20, 2026

@gvolpe I fixed this pr by ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always. Problem is that sbt-microsite uses an old java-xml version and is no longer maintained. This fixes it for now but a medium term solution would be to migrate away from sbt-microsite. At the moment I lack time and motivation to do that, so this is the easiest solution for now.

@mergify mergify Bot merged commit 777fdda into series/2.x Apr 20, 2026
3 checks passed
@mergify mergify Bot deleted the update/sbt-scalafmt-2.5.6 branch April 20, 2026 09:23
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