From 167fdc53451d2d99b0fcd5d6a0e342657a519382 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:04:28 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.3 (#240) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1f22f13..c0b0993 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -7,4 +7,4 @@ newlines.topLevelStatementBlankLines = [ ] rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala213 -version=3.8.2 +version=3.8.3