From 963cff9b61052c9aa64d5fa588b2eb8bff70e6e8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Nov 2022 23:17:13 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f9c4749..be07ca7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")