From 15ca0d91153ca125ee64e0403c71cff9a8ae360b Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:13:58 +0000 Subject: [PATCH] Upgrade sbt-scalafmt from 2.5.2 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 e0a562c..13dc76e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ // Formatting in scala // See .scalafmt.conf for configuration details. // Formatting takes place before the project is compiled. -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") // Use git in sbt, show git prompt and use versions from git. // sbt> git