From ea529379d9f56069e4ed485a44ee98d519d8d0a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 21:03:59 +0000 Subject: [PATCH 1/2] sbt 1.10.11 (was 1.10.10) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e97b2722..cc68b53f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.10 +sbt.version=1.10.11 From 66f43e7752df0a235de2a1347669ad5d115cb942 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 21:04:01 +0000 Subject: [PATCH 2/2] scalafmt-core 3.9.4 (was 3.9.3) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6437806f..f9aecb0f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,4 +8,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 = always -version = 3.9.3 +version = 3.9.4