From b212d942f9ce624d2420dc99cca66c3084e5498f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Aug 2023 18:01:13 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a203ed..5ead9e6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")