diff --git a/README.md b/README.md index fe05eea..3dddd79 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An sbt plugin for [missinglink](https://github.com/spotify/missinglink). Add the following line in `project/plugins.sbt`: ```scala -addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.1.0") +addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.2.0") ``` the simply run the following task for the project you want to test: diff --git a/build.sbt b/build.sbt index e99f360..1605fb6 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ inThisBuild( Def.settings( scalaVersion := "2.12.9", organization := "ch.epfl.scala", - version := "0.1.1-SNAPSHOT", + version := "0.2.0", homepage := Some(url("https://github.com/scalacenter/sbt-missinglink")), licenses += ("BSD New", url("https://github.com/scalacenter/sbt-missinglink/blob/master/LICENSE")),