From effc28b2232405dbac456d82097302d7bbc2cbca Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 11:37:15 +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 def48a68b..a690a8bb1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.2" +version = "3.10.6" style = default maxColumn = 100 From ca634927cf23c6f00b721392018c218cf9dccc66 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 11:37:53 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.6 Executed command: scalafmt --non-interactive --- core/shared/src/main/scala/org/threeten/bp/Duration.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/shared/src/main/scala/org/threeten/bp/Duration.scala b/core/shared/src/main/scala/org/threeten/bp/Duration.scala index e6dcb6d8f..7b35d5e94 100644 --- a/core/shared/src/main/scala/org/threeten/bp/Duration.scala +++ b/core/shared/src/main/scala/org/threeten/bp/Duration.scala @@ -1138,8 +1138,7 @@ final class Duration private (private val seconds: Long, private val nanos: Int) /** * Gets the number of minutes in this duration. * - * This returns the total number of minutes in the duration by dividing the number of seconds by - * 60. + * This returns the total number of minutes in the duration by dividing the number of seconds by 60. * * This instance is immutable and unaffected by this method call. * From 196a836d4ea07a422b1a23367a5f2f7a91324dc3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 11:37:53 +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 fbf019c49..da3b97a19 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ aa7db3a42121f78a5b3bed3658786c1cef83efe8 # Scala Steward: Reformat with scalafmt 3.10.2 21aab34980f574c9eaff8fbc492ab55620ea1fb6 + +# Scala Steward: Reformat with scalafmt 3.10.6 +ca634927cf23c6f00b721392018c218cf9dccc66