This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 51ea775  Update sbt-scalafmt to 2.5.6
51ea775 is described below

commit 51ea775b46b1d3f28e3b1ce0b40ad68ccb643c8b
Author: Scala Steward <[email protected]>
AuthorDate: Fri Oct 31 14:11:22 2025 +0000

    Update sbt-scalafmt to 2.5.6
---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 997944d..dd13cab 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -19,6 +19,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
 addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
 addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
 addSbtPlugin("org.scala-sbt.plugins" % "sbt-xjc" % "0.10")
 addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

Reply via email to