From 3860876eb4fd845946ee5e74725c0b883d8c9ad2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 04:27:28 +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 aa3a364e..9089a83f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")