From 248e4c38cab3a41032550d9bd9c2449bc92e63eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Apr 2026 16:28:44 +0000 Subject: [PATCH 1/2] [3.0.x] sbt-java-formatter 0.12.0 (was 0.11.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a2fa528..2d18423 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") -addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.11.0") +addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") From 4c42bfc85aa9168ce33c86b11d5ecec154356a00 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 22 Apr 2026 10:09:25 +0200 Subject: [PATCH 2/2] ThisBuild / javafmtFormatterCompatibleJavaVersion := 11 --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index a13624e..9ea8e15 100644 --- a/build.sbt +++ b/build.sbt @@ -10,6 +10,8 @@ Global / onLoad := (Global / onLoad).value.andThen { s => s } +ThisBuild / javafmtFormatterCompatibleJavaVersion := 11 + val previousVersion: Option[String] = Some("3.0.0") lazy val cachecontrol = (project in file("."))