From 06c44793fa70f39fe9c1029cc2f1f03a47419a16 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 24 Jan 2026 10:58:49 -0600 Subject: [PATCH] Latest scalafmt version --- scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafmt.conf b/scalafmt.conf index 0ce4318..ed3b6eb 100644 --- a/scalafmt.conf +++ b/scalafmt.conf @@ -1,5 +1,5 @@ // See: https://github.com/scalameta/scalafmt/tags for the latest tags. -version = 3.10.2 +version = 3.10.4 runner.dialect = scala3 maxColumn = 80