From 240bfea574fe70f88bbd9c9dd9ea01ba42cc717c Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Fri, 17 Jan 2025 06:02:27 +0000 Subject: [PATCH] chore: Update sbt-scalafmt from 2.5.2 to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 89aae11a0b..1eca2ca690 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.4") 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")