This is an automated email from the ASF dual-hosted git repository.
Philippus pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new fa3892a Update sbt-java-formatter to 0.12.0 (#415)
fa3892a is described below
commit fa3892a4c85cac81665f7161a059c6099f2648b8
Author: Philippus Baalman <[email protected]>
AuthorDate: Fri Jun 5 09:50:11 2026 +0200
Update sbt-java-formatter to 0.12.0 (#415)
---
build.sbt | 1 +
project/plugins.sbt | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 6897128..1165187 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,6 +18,7 @@ sourceDistIncubating := false
val mimaCompareVersion = "1.0.0"
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
+ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
ThisBuild / evictionErrorLevel := Level.Info
lazy val root = project
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 58b53bc..8fbd3ad 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" %
"1.11.7")
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
-addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.9.0")
+addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]