diff --git a/project/plugins.sbt b/project/plugins.sbt index 3a4b41b2..81bfe703 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.2.0") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.8.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.6.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")