From 5577c9988eb4f1a80f6193c6118c177314645e1c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 19:40:34 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.10.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index def48a68b..b6033e01a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.2" +version = "3.10.5" style = default maxColumn = 100 From 621dd1b2dbbecd2c1ca8292219e015941dac7cae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 19:41:00 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.5 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 8c03ab8e8b4f9111064deee3aae62a761ad79547 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 19:41:00 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.10.5' 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..96defa5fb 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.5 +621dd1b2dbbecd2c1ca8292219e015941dac7cae