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 0d6b75fb Update sbt-scalafmt to 2.6.2
0d6b75fb is described below
commit 0d6b75fb0722b1b818290433dc8b2811d42d21ce
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jul 18 14:52:03 2026 +0000
Update sbt-scalafmt to 2.6.2
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 9b3fef62..48e1a45f 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.6.1")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
addSbtPlugin("org.scala-sbt.plugins" % "sbt-xjc" % "0.10")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")