From 6b40d7824f39bfd82b158b8f466766f5ef7a393a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 22:22:32 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 38e67e10..052ce5e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")