From 385b7bda7bf86117f86675cd9da0b55718258456 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 11:32:16 +0000 Subject: [PATCH] Update sbt-header to 5.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..729a9cae0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,7 +21,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // Docs Site plugins addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.2")