From 81492867f82307d32a68327d5032f0ffd56d4aac Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 22 Mar 2025 11:06:17 -0500 Subject: [PATCH] Update scalafmt to 3.9.4 --- scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafmt.conf b/scalafmt.conf index daaf92e..13746e4 100644 --- a/scalafmt.conf +++ b/scalafmt.conf @@ -1,5 +1,5 @@ // See: https://github.com/scalameta/scalafmt/tags for the latest tags. -version = 3.8.1 +version = 3.9.4 runner.dialect = scala3 maxColumn = 80