From 2660551c99cd9217836f32c2b4cbde34bff5f455 Mon Sep 17 00:00:00 2001 From: Robin Raju Date: Mon, 28 Apr 2025 06:32:28 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7322d53..6b0b5c4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") // scalafmt - Format source files -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") // scalafix - Rules for code format: organize imports addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")