From ad3ba47d23efdb292db2759ad707887f35769fc4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 23:49:36 +0000 Subject: [PATCH 1/2] [8.x] sbt-scalafmt 2.6.1 (was 2.6.0) --- docs/project/plugins.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project/plugins.sbt b/docs/project/plugins.sbt index e351d19f..a55782d5 100644 --- a/docs/project/plugins.sbt +++ b/docs/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse( addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") diff --git a/project/plugins.sbt b/project/plugins.sbt index cb226ce0..8e4bf073 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") From 02a5249955a85b81f788f73ab9e973742869862c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 23:49:45 +0000 Subject: [PATCH 2/2] [8.x] scalafmt-core 3.11.1 (was 3.11.0) --- .scalafmt.conf | 2 +- docs/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7529350e..0318076d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.11.0 +version = 3.11.1 diff --git a/docs/.scalafmt.conf b/docs/.scalafmt.conf index d2ce9764..d0b1724f 100644 --- a/docs/.scalafmt.conf +++ b/docs/.scalafmt.conf @@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve newlines.afterCurlyLambda = preserve runner.dialect = scala212source3 -version = 3.11.0 +version = 3.11.1