chore: bump javafmt to 0.10.0 (#2081)

* chore: bump javafmt to 0.10.0

* chore: format with javafmt
This commit is contained in:
He-Pin(kerr) 2025-08-25 19:32:35 +08:00 committed by GitHub
parent b81b50edf6
commit 00b0a99278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
351 changed files with 2266 additions and 1750 deletions

View file

@ -11,7 +11,7 @@
* Copyright (C) 2019-2022 Lightbend Inc. <https://www.lightbend.com>
*/
import com.lightbend.sbt.JavaFormatterPlugin
import com.github.sbt.JavaFormatterPlugin
import sbt.{ AutoPlugin, PluginTrigger, Plugins }
object JavaFormatter extends AutoPlugin {