From afa2595061d0451c142cda69032b260cd230f7b0 Mon Sep 17 00:00:00 2001 From: valentinHenry Date: Fri, 1 Dec 2023 23:53:29 +0100 Subject: [PATCH] chore: add missing sbt-header plugin --- project/plugins.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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