From 4335ca233464744c1dd38e54a371fa6abed53a2b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jul 2025 08:17:39 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..13299e206 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.5") // Git Commands - Access to Git repo information addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")