From 208d8237886552a363e3cb537de9c1d435ab3b6a Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 16 Nov 2022 05:13:37 +0000 Subject: [PATCH] Update sbt-header to 5.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9baa25b..f8c6f33 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.4") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.4")