From a15d2fbf8b9a274755215843acc4f084c35404fd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 19:57:44 +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 5852a68..4508ffa 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.3 +version = 3.10.4 align.preset = most literals.double = Upper From 990fc367cd11d5fbfd66ed925fb7f60277b8b8ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 19:57:54 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.10.4 Executed command: scalafmt --non-interactive --- .../nl/gn0s1s/between/IntervalSpec.scala | 30 ++++++++++++------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/test/scala/nl/gn0s1s/between/IntervalSpec.scala b/src/test/scala/nl/gn0s1s/between/IntervalSpec.scala index 60a7ed1..dcfa194 100644 --- a/src/test/scala/nl/gn0s1s/between/IntervalSpec.scala +++ b/src/test/scala/nl/gn0s1s/between/IntervalSpec.scala @@ -45,16 +45,26 @@ object IntervalSpec extends Properties("Interval") { } property("all relations and their inverses are available") = forAll { (i: Interval[Double], j: Interval[Double]) => - (i before j) == (j after i) && - (i precedes j) == (j precededBy i) && - (i meets j) == (j metBy i) && - (i overlaps j) == (j overlappedBy i) && - (i finishes j) == (j finishedBy i) && - (i ends j) == (j endedBy i) && - (i during j) == (j contains i) && - (i starts j) == (j startedBy i) && - (i si j) == (i startedBy j) && - (i encloses j) == (j enclosedBy i) + (i before j) == + (j after i) && + (i precedes j) == + (j precededBy i) && + (i meets j) == + (j metBy i) && + (i overlaps j) == + (j overlappedBy i) && + (i finishes j) == + (j finishedBy i) && + (i ends j) == + (j endedBy i) && + (i during j) == + (j contains i) && + (i starts j) == + (j startedBy i) && + (i si j) == + (i startedBy j) && + (i encloses j) == + (j enclosedBy i) } def genDouble: Gen[Double] = Gen.chooseNum[Double](2, 7) From 7076d68f115d1871be2c153b24f9cb069d9309a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 19:57:54 +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 c9d7aae..d3689ef 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ # Scala Steward: Reformat with scalafmt 3.10.2 e85201b040700f8ac68b991f82d1c43bb95025fc + +# Scala Steward: Reformat with scalafmt 3.10.4 +990fc367cd11d5fbfd66ed925fb7f60277b8b8ea