From b20bc7827832df6ce55f3dc3209dbc2d1d770c9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 13:52:37 +0000 Subject: [PATCH] Update sbt-scalafmt 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 d87fcbc..c10c9b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")