From e7d2597cc68f4554ba16e4dd68f1d225c585f5ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 21:35:55 +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 de3e6ab..0d2e4f5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")