Skip to content

Commit e29cacb

Browse files
Update sbt-scalafmt to 2.5.6 (#22)
## About this PR 📦 Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.5.5` to `2.5.6` 📜 [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.5.6) - [Version Diff](scalameta/sbt-scalafmt@v2.5.5...v2.5.6) ## 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/04157f650f81ee182b82820fa82ecf2defa704c7/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.5", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.5.6" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
1 parent 5d79fa3 commit e29cacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
1010

1111
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
1212

13-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
13+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")

0 commit comments

Comments
 (0)