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

CoverRyan 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 8fc5bdb7 Update sbt-scalafmt to 2.6.1
8fc5bdb7 is described below

commit 8fc5bdb704ee60f5e922c3f38b4f73c2077c8f05
Author: Scala Steward <[email protected]>
AuthorDate: Mon May 11 15:14:44 2026 +0000

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

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 31150ce3..9b3fef62 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.7")
 addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
 addSbtPlugin("org.scala-sbt.plugins" % "sbt-xjc" % "0.10")
 addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

Reply via email to