From f8d78de94eb93bdc2fe67b5c8b5f285e0fa9f1f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Apr 2026 16:28:28 +0000 Subject: [PATCH 1/2] 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 0a9fc5dee76d26c7493cbb4b0b88eb19ea8b6216 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 22 Apr 2026 10:09:48 +0200 Subject: [PATCH 2/2] ThisBuild / javafmtFormatterCompatibleJavaVersion := 17 --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index a13624e..b772ea5 100644 --- a/build.sbt +++ b/build.sbt @@ -10,6 +10,8 @@ Global / onLoad := (Global / onLoad).value.andThen { s => s } +ThisBuild / javafmtFormatterCompatibleJavaVersion := 17 + val previousVersion: Option[String] = Some("3.0.0") lazy val cachecontrol = (project in file("."))