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