From 5ef5e051633c9ae9a7cec3b47e1d55b960fdaeed Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 27 Nov 2025 14:15:41 -0600 Subject: [PATCH] (patch) minor scalafmt bump --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 14ea2f7..1d45dca 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.1 +version = 3.10.2 runner.dialect = scala3 maxColumn = 80