Skip to content

Commit

Permalink
Version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Oct 22, 2019
1 parent e6cad14 commit b0ec3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit b0ec3fc

Please sign in to comment.