From 9b7f066b3af161db2c7428150d2160ac7c794c94 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:41:18 +0100 Subject: [PATCH] Update scalafmt-core to 3.8.1 (#378) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2c70eef1..80d4ed17 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = "3.8.0" +version = "3.8.1" maxColumn = 140 trailingCommas = always align.preset = most