From 5d4d9515fc2097f9b7f7246f69a6663f8a7fdeee Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Tue, 14 Jan 2025 06:01:26 +0000 Subject: [PATCH] chore: Update sbt-scalafmt from 2.5.2 to 2.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 89aae11a0b..ea3b0b238b 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.3") 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")