From 7495145274f22ca4b52ec8f204a05038b0af214c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 00:48:12 +0000 Subject: [PATCH 1/2] sbt 1.9.7 (was 1.9.6) (cherry picked from commit 9b84131fd941a1bd1b47c39b9b8a566522ed6548) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 2743082..e8a1e24 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.7 From d266e10fedc88970aaf4c9c69dcd10187fd830bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 00:48:18 +0000 Subject: [PATCH 2/2] scalafmt-core 3.7.15 (was 3.7.14) (cherry picked from commit e4058e332bae6ec0b83709aea69e2449e36924dd) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 09f9e95..6516c9d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.7.14 +version = 3.7.15