From 49c714ec4718bda44f2247f7d08ff439427701ac Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Oct 2025 18:52:21 +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 94ede961..d4e56e4a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")