From 99d23f9b11cceff7c4386845054821ad55d7e0dc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:42:34 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.2 (#366) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 406fabc..f296771 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.8.1 +version=3.8.2 style = defaultWithAlign maxColumn = 100 assumeStandardLibraryStripMargin = true