From cef250334e0297b004791820e3857daf9a3dfde2 Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:15:38 +0200 Subject: [PATCH] Update sbt-scalafmt to 2.5.2 (#148) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index be2d7ec..278c0c7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // Formatting in scala // See .scalafmt.conf for configuration details. // Formatting takes place before the project is compiled. -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Static code analysis. // sbt> scapegoat