Skip to content

Commit b831de7

Browse files
authoredJan 15, 2025
Update sbt-scalafmt to 2.5.3 (#558)
## About this PR 📦 Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.5.2` to `2.5.3` 📜 [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.5.3) - [Version Diff](scalameta/sbt-scalafmt@v2.5.2...v2.5.3) ## 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`](https://github.com/scala-steward-org/scala-steward/blob/ba2bf8be3a0bdbe1ea6198b7970d13a754e707bf/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> 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" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalameta", "artifactId" : { "name" : "sbt-scalafmt", "maybeCrossName" : null }, "version" : "2.5.2", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.5.3" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
1 parent 3ee165e commit b831de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
2-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)