From 7efdd796bbebf7c224e081d3dcaddacd35fda145 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Oct 2025 23:01:14 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..462219d6e 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.6") // Git Commands - Access to Git repo information addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")