This is an automated email from the ASF dual-hosted git repository.
davin 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 74a604e Update scalafmt-core to 3.10.4
74a604e is described below
commit 74a604eedfe2159554d0542b9993c5573d4602cb
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 17 16:15:22 2026 +0000
Update scalafmt-core to 3.10.4
---
.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scalafmt.conf b/.scalafmt.conf
index fbcb1c1..c6f9668 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-version = "3.10.1"
+version = "3.10.4"
maxColumn = 120
rewrite.rules = [SortImports, RedundantBraces]
runner.dialect = scala212