From 410effb271a7a9c240e563b22cf6ee3e43b7d435 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jul 2023 20:09:09 +0000 Subject: [PATCH] bump: sbt-header 5.10.0 (was 5.7.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f5f20c6..86c7a22 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")