From a9ea454e2b0e53d3ecc45214856f04a4c87bc911 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 17:33:14 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.6.1 Signed-off-by: Scala Steward --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a6846ea8..7319ee6a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.19.0") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.2.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.7") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")