From ad1671c40e8062e4ae80de8521ab1c28caae42fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 20:02:43 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.10.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d30b0537..0b12ac62 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.3 +version = 3.10.7 project.layout = StandardConvention runner.dialect = scala3 maxColumn = 100 From 83b819003b44835b1792e3ef8263da91a5b6d4ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 20:02:51 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.7 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 be43ff5aa4e95436c84e4a7cca0c61010396aa5e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 20:02:51 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.10.7' 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..b548702e 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.7 +83b819003b44835b1792e3ef8263da91a5b6d4ba