From 0e2c2841ac4bd0f585be263c41f84c7579662c0e Mon Sep 17 00:00:00 2001 From: "ptrdom-scala-steward[bot]" <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:24:35 +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 121ca4b..3d15867 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3") addSbtPlugin("me.ptrdom" % "scripted-sbt-sources" % "0.3.0")