From 1d2f8a8401f5af870920d2234366b23d56bf38df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Sep 2023 13:59:48 +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 4cfba0c5f..8e8005519 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ // Copyright © 2017-2020 UKG Inc. // Scala code formatting -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Git Commands - Access to Git repo information addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")