From 993054f5b37e748a5af7abc9ff9c7c9d15becf7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 15:50:37 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.10.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d30b0537..7572775b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.3 +version = 3.10.6 project.layout = StandardConvention runner.dialect = scala3 maxColumn = 100 From 634be6a7315b93aaed8a300f59dc5eb596f7e307 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 15:50:46 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.6 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 c5853e8d8b9a0c93a71a2fbe58f7f58bdfe22d5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 15:50:46 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.10.6' 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..69082d91 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.6 +634be6a7315b93aaed8a300f59dc5eb596f7e307