From 2ac969c4ec1f42f37b1baef79a350a6ea73ec70f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 May 2026 09:11:45 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..fedb88d6d 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.6.1") // Git Commands - Access to Git repo information addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")