From 6696ee777046252e37477b4e30b9f7f347fe17d2 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Wed, 20 Feb 2019 15:47:11 +0100 Subject: [PATCH] Update sbt-header to 5.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ebc1135..5f0c538 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.1.0") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.0.0")