diff --git a/project/plugins.sbt b/project/plugins.sbt index a2fd659..91c0b69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") \ No newline at end of file +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") \ No newline at end of file