From 312b8050e8165f916b851b10ccc849bb87435212 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 21 Oct 2022 00:24:11 +0000 Subject: [PATCH] chore: update sbt-header from 5.6.5 to 5.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c0e895..8abf2af 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.8.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")