From 89bd26e6457abce4f8bfe1902ffdf2d11967984a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Jul 2025 18:52:09 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 152b21d..8c9e776 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // Linting -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") // Dependencies management