From 09317309e8f7526a094fb718037a97e76571da28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 11:43:37 +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 eb583ee..f8b4dc5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")