From a230b0c03caa3d0678b942d9197bf7637dce1fb6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 17:39:17 +0000 Subject: [PATCH] bump: sbt-scalafmt 2.5.4 (was 2.5.2) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 273860a03..13fc99f2a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")