From 779f8b75266dc7a10655c0e4fdc7d4427d63b182 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:15:59 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.10.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d30b0537..3805b731 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.3 +version = 3.10.5 project.layout = StandardConvention runner.dialect = scala3 maxColumn = 100 From ec2c5035af50c77263b550cc938ce6424aea3a74 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:16:05 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.5 Executed command: scalafmt --non-interactive --- build.sbt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 4d72279e..fabc5a9e 100644 --- a/build.sbt +++ b/build.sbt @@ -92,10 +92,8 @@ val buildSettings = Seq[Setting[?]]( // Style check config: (sbt-jchekcstyle) jcheckStyleConfig := "facebook", // Run jcheckstyle both for main and test codes - Compile / compile := - ((Compile / compile) dependsOn (Compile / jcheckStyle)).value, - Test / compile := - ((Test / compile) dependsOn (Test / jcheckStyle)).value + Compile / compile := ((Compile / compile) dependsOn (Compile / jcheckStyle)).value, + Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value ) val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.1" % "test" From 0e4c348d49a2b82329a5ecdb1f63a589e3107bf9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 03:16:05 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.10.5' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index aead1172..b47e7219 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -3,3 +3,6 @@ # Scala Steward: Reformat with scalafmt 3.10.3 d8af028d2cd271ab7f3adec9842f07cce86a2ac3 + +# Scala Steward: Reformat with scalafmt 3.10.5 +ec2c5035af50c77263b550cc938ce6424aea3a74