From 5be757839a8afa6637ff564691a7e6e125ee7716 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Oct 2025 14:25:29 +0000 Subject: [PATCH] Update sbt-scalafmt 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 1380017..7345e61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")