From 2e5d1b58bab299737e209d3bd49355bd84734141 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Tue, 30 Apr 2024 21:16:38 -0500 Subject: [PATCH] Update scalafmt to 3.8.1 --- scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafmt.conf b/scalafmt.conf index 53e654c..daaf92e 100644 --- a/scalafmt.conf +++ b/scalafmt.conf @@ -1,5 +1,5 @@ // See: https://github.com/scalameta/scalafmt/tags for the latest tags. -version = 3.7.17 +version = 3.8.1 runner.dialect = scala3 maxColumn = 80