From e6533157195d1aa494cfd8476898a0a27ed6519c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:14:27 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.3 (#362) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 53b5819..9ad1dcb 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.2" +version = "3.8.3" runner.dialect = scala213source3 rewrite.rules = [SortImports, RedundantBraces] fileOverride {