From 378d1d74422b44555d1773f5fd104589f9ecb2fd Mon Sep 17 00:00:00 2001 From: pgfm Date: Tue, 12 Jul 2022 22:26:49 -0500 Subject: [PATCH] Updated to the latest version of scalafmt. --- scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafmt.conf b/scalafmt.conf index 358e8c8..f6d7489 100644 --- a/scalafmt.conf +++ b/scalafmt.conf @@ -1,5 +1,5 @@ // See: https://github.com/scalameta/scalafmt/tags for the latest tags. -version = 3.5.2 +version = 3.5.8 runner.dialect = scala3 maxColumn = 80