From 97611db157fae6786b8ec403706a47a86faceb69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 07:44: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 38ff66f39..a9bc29e50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value libraryDependencies += "jline" % "jline" % "2.14.6" // For code formatting -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") // binary compatibility checks addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")