From 33bcf316abcca4d2f6b599fcdf0512bba6050b9d Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Sat, 12 Aug 2017 22:48:58 +0200 Subject: [PATCH] Prepare release 3.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02cebe3..d935ab5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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" % "3.0.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.1") ``` Then in your `build.sbt` configure the following settings: