diff --git a/README.md b/README.md index d280310..9be3683 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sbt-header is an [sbt](http://www.scala-sbt.org) plugin for creating or updating In order to add the sbt-header plugin to your build, add the following line to `project/plugins.sbt`: ``` scala -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.1.0") // Check the latest version above or look at the release tags +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // Check the latest version above or look at the release tags ``` Then in your `build.sbt` configure the following settings: