From 32640ded69344afcce09e5516afff59fc4e2aa54 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 31 Aug 2023 13:36:50 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 90a1bd7..f8646fc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // Code formatting -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Release to Sonatype addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")