From e922008687416dc57146c83d574786fe96d1a8b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 17:12:50 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.10.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index def48a68b..33795c05e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.2" +version = "3.10.4" style = default maxColumn = 100 From 1b08f48405f33cb855ff56dc7ce7c672922fe74a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 17:13:20 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.4 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 6b109da97ed50806d467da45d782e97d430c3944 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 17:13:20 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.10.4' 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..1cea08099 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.4 +1b08f48405f33cb855ff56dc7ce7c672922fe74a