From 3385b68178021605ec8a6072c0d3b2f0532fe9cc Mon Sep 17 00:00:00 2001 From: pfm Date: Sun, 30 Jul 2023 13:51:33 -0500 Subject: [PATCH] Updated to latest version of scalafmt. --- scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafmt.conf b/scalafmt.conf index f6d7489..17e4b30 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.8 +version = 3.7.11 runner.dialect = scala3 maxColumn = 80