From 0c9e5f6d15796ebd76a31c5adae121b7b0d1e28c Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 27 Nov 2025 13:52:16 -0600 Subject: [PATCH] Updating the scalafmt version to 1.10.2 --- scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafmt.conf b/scalafmt.conf index 13746e4..0ce4318 100644 --- a/scalafmt.conf +++ b/scalafmt.conf @@ -1,5 +1,5 @@ // See: https://github.com/scalameta/scalafmt/tags for the latest tags. -version = 3.9.4 +version = 3.10.2 runner.dialect = scala3 maxColumn = 80