From 2ac22d21d29c820e3acd9357dbab0af901ae0abd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Oct 2025 15:55:51 +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 b38e6f6..ea865f3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")