From a1fd60d66d91ea883b814136132b25988603e6a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:37:32 +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 def48a68b..4ef05b774 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.2" +version = "3.10.7" style = default maxColumn = 100 From 7c2cbb57beee7a796825e023d68997d810f849f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:38:00 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.7 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 10500d0daf4b9c65c191e230d50df754b2586e38 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:38:00 +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 fbf019c49..50b32fd94 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.7 +7c2cbb57beee7a796825e023d68997d810f849f6