From 9aea9f8afe7502774e7745c8883af5946d64a88c Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:53:02 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.4 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index df5cdeb..a6687ef 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")