From b0a3341699a4186efffb675c21e49ac2bec3d3e6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 10 Apr 2020 12:11:25 +0200 Subject: [PATCH] Update sbt-header to 5.5.0 (#76) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")