diff --git a/project/plugins.sbt b/project/plugins.sbt index cd53029..318a68d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.2") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.5.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")