diff --git a/README.md b/README.md index c3bb859..8543393 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # sbt-license-check [![build](https://github.com/Philippus/sbt-license-check/workflows/build/badge.svg)](https://github.com/Philippus/sbt-license-check/actions/workflows/scala.yml?query=workflow%3Abuild+branch%3Amain) -![Current Version](https://img.shields.io/badge/version-0.0.3-brightgreen.svg?style=flat "0.0.3") +![Current Version](https://img.shields.io/badge/version-0.0.4-brightgreen.svg?style=flat "0.0.4") [![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org) [![License](https://img.shields.io/badge/License-MPL%202.0-blue.svg?style=flat "MPL 2.0")](LICENSE) @@ -10,10 +10,10 @@ and make the build fail if disallowed licenses are found. ## Installation -sbt-license-check is published for sbt 1.3.0 and above. To start using it add the following to your `plugins.sbt`: +sbt-license-check is published for sbt 1.5.8 and above. To start using it add the following to your `plugins.sbt`: ``` -addSbtPlugin("nl.gn0s1s" % "sbt-license-check" % "0.0.3") +addSbtPlugin("nl.gn0s1s" % "sbt-license-check" % "0.0.4") ``` ## Usage diff --git a/version.sbt b/version.sbt index 4423176..4e265d7 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.0.4-SNAPSHOT" +ThisBuild / version := "0.0.4"