From c406fc150c895768bcdcfcb045fcaebdab2fb4b7 Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Fri, 31 Oct 2025 06:02:10 +0000 Subject: [PATCH] chore: Update sbt-scalafmt from 2.5.2 to 2.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 89aae11a0b..1c179bdd78 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")