From 04b1092c21ac1d44eacf35fd2debc2ded9e20791 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 8 Jun 2023 00:18:59 +0000 Subject: [PATCH] chore: update sbt-header from 5.6.5 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 1c0e895..1c2f1c8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")