From 71cdd750086fb0c4593833b53874a1aaafe061a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 10 Jun 2023 18:38:35 +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 4360273..7e49c1d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.1") // Wartremover addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15") // Copyright headers -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // Versioning addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")