From a17269694a5de6ffdfe9afcba9bd8b1490caddfb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 May 2026 18:33:09 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.11.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0b12ac62..ba913a9b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.7 +version = 3.11.0 project.layout = StandardConvention runner.dialect = scala3 maxColumn = 100 From c01e77ae544650a3680029c5cefea8c739982df4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 May 2026 18:33:16 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.11.0 Executed command: scalafmt --non-interactive --- build.sbt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index d87a7eab..36d6f05e 100644 --- a/build.sbt +++ b/build.sbt @@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core")) "org.msgpack.value", "org.msgpack.value.impl" ), - OsgiKeys.importPackage := - Seq( - "!android.os", - "!sun.*" - ), + OsgiKeys.importPackage := Seq("!android.os", "!sun.*"), testFrameworks += new TestFramework("wvlet.airspec.Framework"), Test / javaOptions ++= Seq( From b17a843c3f3acbf2e83f5ca7a3d26a58b542aac9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 May 2026 18:33:17 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.11.0' 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 b548702e..41949b40 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ d8af028d2cd271ab7f3adec9842f07cce86a2ac3 # Scala Steward: Reformat with scalafmt 3.10.7 83b819003b44835b1792e3ef8263da91a5b6d4ba + +# Scala Steward: Reformat with scalafmt 3.11.0 +c01e77ae544650a3680029c5cefea8c739982df4