diff --git a/project/plugins.sbt b/project/plugins.sbt index ae2c5318c3..9e4a8dcc40 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,7 +21,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.26") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.17") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // for maintenance of copyright file header +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.0") // for maintenance of copyright file header addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.22")