This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-sbt.git
The following commit(s) were added to refs/heads/main by this push:
new 4925b38 Update sbt-scalafmt to 2.5.6
4925b38 is described below
commit 4925b3867c08ba40f1988c32e045ce6c921c63bc
Author: Scala Steward <[email protected]>
AuthorDate: Fri Nov 14 14:24:13 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 6c4c432..43997b9 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,6 +17,6 @@
addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")