diff --git a/project/plugins.sbt b/project/plugins.sbt index 90a1bd7..f8646fc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // Code formatting -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Release to Sonatype addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")